Html Css Color HEX #0317CC Medium Blue

📋 copy color: '#0317CC'

red 3 ◦ green 23 ◦ blue 204

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

Shades of Medium Blue #0317CC

Tints of Medium Blue #0317CC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10%

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

R = 1.3%
G = 10%
B = 88.7%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0317CC (or 0x0317CC) is known color: Medium Blue. HEX triplet: 03, 17 and CC. RGB value is (3,23,204). Sum of RGB (Red+Green+Blue) = 3+23+204=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 204 (80.08% from 255 or 88.70% from 230); Max value from RGB is 204 - color contains mainly: blue. Hex color #0317CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0317CC is #FCE833. Grayscale: #242424. Windows color (decimal): -16574516 or 13375235. OLE color: 13375235.

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

Color convert

RGB 3 23 204 -
CMYK 0.99 0.89 0 0.2
HSL 234.03º 0.97% 0.41% -
HSV(B) 234.03º 0.99% 0.8% -
XYZ 11.24 4.99 57.5 -
YUV 37.65 221.87 103.28 -
System Red Green Blue C M Y K H S L
Decimal 3 23 204 0.99 0.89 0 0.2 234.03 0.97 0.41
Hex 3 17 CC 63 59 0 14 EA 61 29
Octal 3 27 314 143 131 0 24 352 141 51
Binary 11 10111 11001100 1100011 1011001 0 10100 11101010 1100001 101001

Color Harmonies of #0317CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0317CC

Black with #0317CC

Text Example


Text Example

White with #0317CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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