Html Css Color HEX #0312CC Medium Blue

📋 copy color: '#0312CC'

red 3 ◦ green 18 ◦ blue 204

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

Shades of Medium Blue #0312CC

Tints of Medium Blue #0312CC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

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

R = 1.33%
G = 8%
B = 90.67%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0312CC (or 0x0312CC) is known color: Medium Blue. HEX triplet: 03, 12 and CC. RGB value is (3,18,204). Sum of RGB (Red+Green+Blue) = 3+18+204=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 204 (80.08% from 255 or 90.67% from 225); Max value from RGB is 204 - color contains mainly: blue. Hex color #0312CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0312CC is #FCED33. Grayscale: #212121. Windows color (decimal): -16575796 or 13373955. OLE color: 13373955.

HSL color Cylindrical-coordinate representation of color #0312CC: hue angle of 235.52º 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 #0312CC is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 18 204 -
CMYK 0.99 0.91 0 0.2
HSL 235.52º 0.97% 0.41% -
HSV(B) 235.52º 0.99% 0.8% -
XYZ 11.15 4.81 57.47 -
YUV 34.72 223.53 105.38 -
System Red Green Blue C M Y K H S L
Decimal 3 18 204 0.99 0.91 0 0.2 235.52 0.97 0.41
Hex 3 12 CC 63 5B 0 14 EC 61 29
Octal 3 22 314 143 133 0 24 354 141 51
Binary 11 10010 11001100 1100011 1011011 0 10100 11101100 1100001 101001

Color Harmonies of #0312CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0312CC

Black with #0312CC

Text Example


Text Example

White with #0312CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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