Html Css Color HEX #031DA3 International Klein Blue

📋 copy color: '#031DA3'

red 3 ◦ green 29 ◦ blue 163

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

Shades of International Klein Blue #031DA3

Tints of International Klein Blue #031DA3

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.87%

 BLUE value IS 163 (64.06% from 255) = 83.59%

R = 1.54%
G = 14.87%
B = 83.59%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#031DA3 (or 0x031DA3) is known color: International Klein Blue. HEX triplet: 03, 1D and A3. RGB value is (3,29,163). Sum of RGB (Red+Green+Blue) = 3+29+163=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 163 (64.06% from 255 or 83.59% from 195); Max value from RGB is 163 - color contains mainly: blue. Hex color #031DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031DA3 is #FCE25C. Grayscale: #232323. Windows color (decimal): -16573021 or 10689795. OLE color: 10689795.

HSL color Cylindrical-coordinate representation of color #031DA3: hue angle of 230.25º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031DA3 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 3 29 163 -
CMYK 0.98 0.82 0 0.36
HSL 230.25º 0.96% 0.33% -
HSV(B) 230.25º 0.98% 0.64% -
XYZ 7.09 3.54 34.96 -
YUV 36.5 199.39 104.1 -
System Red Green Blue C M Y K H S L
Decimal 3 29 163 0.98 0.82 0 0.36 230.25 0.96 0.33
Hex 3 1D A3 62 52 0 24 E6 60 21
Octal 3 35 243 142 122 0 44 346 140 41
Binary 11 11101 10100011 1100010 1010010 0 100100 11100110 1100000 100001

Color Harmonies of #031DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031DA3

Black with #031DA3

Text Example


Text Example

White with #031DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,29,163); }

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

background-color css

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

 a { background-color: rgb(3,29,163); }

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

border-color css

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

 span { border-color: rgb(3,29,163); }

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