Html Css Color HEX #0317C0 Medium Blue

📋 copy color: '#0317C0'

red 3 ◦ green 23 ◦ blue 192

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

Shades of Medium Blue #0317C0

Tints of Medium Blue #0317C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 88.07%

R = 1.38%
G = 10.55%
B = 88.07%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0317C0 (or 0x0317C0) is known color: Medium Blue. HEX triplet: 03, 17 and C0. RGB value is (3,23,192). Sum of RGB (Red+Green+Blue) = 3+23+192=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 192 (75.39% from 255 or 88.07% from 218); Max value from RGB is 192 - color contains mainly: blue. Hex color #0317C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0317C0 is #FCE83F. Grayscale: #232323. Windows color (decimal): -16574528 or 12588803. OLE color: 12588803.

HSL color Cylindrical-coordinate representation of color #0317C0: hue angle of 233.65º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0317C0 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 23 192 -
CMYK 0.98 0.88 0 0.25
HSL 233.65º 0.97% 0.38% -
HSV(B) 233.65º 0.98% 0.75% -
XYZ 9.86 4.44 50.21 -
YUV 36.29 215.87 104.26 -
System Red Green Blue C M Y K H S L
Decimal 3 23 192 0.98 0.88 0 0.25 233.65 0.97 0.38
Hex 3 17 C0 62 58 0 19 EA 61 26
Octal 3 27 300 142 130 0 31 352 141 46
Binary 11 10111 11000000 1100010 1011000 0 11001 11101010 1100001 100110

Color Harmonies of #0317C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0317C0

Black with #0317C0

Text Example


Text Example

White with #0317C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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