Html Css Color HEX #031CBC International Klein Blue

📋 copy color: '#031CBC'

red 3 ◦ green 28 ◦ blue 188

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

Shades of International Klein Blue #031CBC

Tints of International Klein Blue #031CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.79%

 BLUE value IS 188 (73.83% from 255) = 85.84%

R = 1.37%
G = 12.79%
B = 85.84%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#031CBC (or 0x031CBC) is known color: International Klein Blue. HEX triplet: 03, 1C and BC. RGB value is (3,28,188). Sum of RGB (Red+Green+Blue) = 3+28+188=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 188 (73.83% from 255 or 85.84% from 219); Max value from RGB is 188 - color contains mainly: blue. Hex color #031CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CBC is #FCE343. Grayscale: #262626. Windows color (decimal): -16573252 or 12327939. OLE color: 12327939.

HSL color Cylindrical-coordinate representation of color #031CBC: hue angle of 231.89º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031CBC is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 28 188 -
CMYK 0.98 0.85 0 0.26
HSL 231.89º 0.97% 0.37% -
HSV(B) 231.89º 0.98% 0.74% -
XYZ 9.53 4.48 47.94 -
YUV 38.77 212.22 102.49 -
System Red Green Blue C M Y K H S L
Decimal 3 28 188 0.98 0.85 0 0.26 231.89 0.97 0.37
Hex 3 1C BC 62 55 0 1A E8 61 25
Octal 3 34 274 142 125 0 32 350 141 45
Binary 11 11100 10111100 1100010 1010101 0 11010 11101000 1100001 100101

Color Harmonies of #031CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031CBC

Black with #031CBC

Text Example


Text Example

White with #031CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031CBC; }

 p { color: rgb(3,28,188); }

 H1.HeaderClassName
 {
   color: #031CBC;
 }
 .AnyTagClassName
 {
   color: #031CBC;
 }
</style>

background-color css

<style>
 a { background-color: #031CBC; }

 a { background-color: rgb(3,28,188); }

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

border-color css

<style>
 span { border-color: #031CBC; }

 span { border-color: rgb(3,28,188); }

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