Html Css Color HEX #0315CC Medium Blue

📋 copy color: '#0315CC'

red 3 ◦ green 21 ◦ blue 204

#0315CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #0315CC

Tints of Medium Blue #0315CC

RGB

 RED value IS 3 (1.56% from 255) = 1.32%

 GREEN value IS 21 (8.59% from 255) = 9.21%

 BLUE value IS 204 (80.08% from 255) = 89.47%

R = 1.32%
G = 9.21%
B = 89.47%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0315CC (or 0x0315CC) is known color: Medium Blue. HEX triplet: 03, 15 and CC. RGB value is (3,21,204). Sum of RGB (Red+Green+Blue) = 3+21+204=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 204 (80.08% from 255 or 89.47% from 228); Max value from RGB is 204 - color contains mainly: blue. Hex color #0315CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0315CC is #FCEA33. Grayscale: #232323. Windows color (decimal): -16575028 or 13374723. OLE color: 13374723.

HSL color Cylindrical-coordinate representation of color #0315CC: hue angle of 234.63º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0315CC is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 21 204 -
CMYK 0.99 0.90 0 0.2
HSL 234.63º 0.97% 0.41% -
HSV(B) 234.63º 0.99% 0.8% -
XYZ 11.2 4.92 57.48 -
YUV 36.48 222.54 104.12 -
System Red Green Blue C M Y K H S L
Decimal 3 21 204 0.99 0.90 0 0.2 234.63 0.97 0.41
Hex 3 15 CC 63 5A 0 14 EB 61 29
Octal 3 25 314 143 132 0 24 353 141 51
Binary 11 10101 11001100 1100011 1011010 0 10100 11101011 1100001 101001

Color Harmonies of #0315CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0315CC

Black with #0315CC

Text Example


Text Example

White with #0315CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0315CC; }

 p { color: rgb(3,21,204); }

 H1.HeaderClassName
 {
   color: #0315CC;
 }
 .AnyTagClassName
 {
   color: #0315CC;
 }
</style>

background-color css

<style>
 a { background-color: #0315CC; }

 a { background-color: rgb(3,21,204); }

 div.DivClassName
 {
   background-color: #0315CC;
 }
 .BgClassName
 {
   background-color: #0315CC;
 }
</style>

border-color css

<style>
 span { border-color: #0315CC; }

 span { border-color: rgb(3,21,204); }

 td.TdClassName
 {
   border-color: #0315CC;
 }
 .TagClassName
 {
   border-color: #0315CC;
 }
</style>