Html Css Color HEX #0317BE Medium Blue

📋 copy color: '#0317BE'

red 3 ◦ green 23 ◦ blue 190

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

Shades of Medium Blue #0317BE

Tints of Medium Blue #0317BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 87.96%

R = 1.39%
G = 10.65%
B = 87.96%

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

#0317BE (or 0x0317BE) is known color: Medium Blue. HEX triplet: 03, 17 and BE. RGB value is (3,23,190). Sum of RGB (Red+Green+Blue) = 3+23+190=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 190 (74.61% from 255 or 87.96% from 216); Max value from RGB is 190 - color contains mainly: blue. Hex color #0317BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0317BE is #FCE841. Grayscale: #232323. Windows color (decimal): -16574530 or 12457731. OLE color: 12457731.

HSL color Cylindrical-coordinate representation of color #0317BE: hue angle of 233.58º 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 #0317BE is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 23 190 -
CMYK 0.98 0.88 0 0.25
HSL 233.58º 0.97% 0.38% -
HSV(B) 233.58º 0.98% 0.75% -
XYZ 9.64 4.35 49.05 -
YUV 36.06 214.87 104.42 -
System Red Green Blue C M Y K H S L
Decimal 3 23 190 0.98 0.88 0 0.25 233.58 0.97 0.38
Hex 3 17 BE 62 58 0 19 EA 61 26
Octal 3 27 276 142 130 0 31 352 141 46
Binary 11 10111 10111110 1100010 1011000 0 11001 11101010 1100001 100110

Color Harmonies of #0317BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0317BE

Black with #0317BE

Text Example


Text Example

White with #0317BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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