Html Css Color HEX #03259D International Klein Blue

📋 copy color: '#03259D'

red 3 ◦ green 37 ◦ blue 157

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

Shades of International Klein Blue #03259D

Tints of International Klein Blue #03259D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.78%

 BLUE value IS 157 (61.72% from 255) = 79.7%

R = 1.52%
G = 18.78%
B = 79.7%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#03259D (or 0x03259D) is known color: International Klein Blue. HEX triplet: 03, 25 and 9D. RGB value is (3,37,157). Sum of RGB (Red+Green+Blue) = 3+37+157=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 157 (61.72% from 255 or 79.70% from 197); Max value from RGB is 157 - color contains mainly: blue. Hex color #03259D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03259D is #FCDA62. Grayscale: #282828. Windows color (decimal): -16570979 or 10298627. OLE color: 10298627.

HSL color Cylindrical-coordinate representation of color #03259D: hue angle of 226.75º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03259D is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 3 37 157 -
CMYK 0.98 0.76 0 0.38
HSL 226.75º 0.96% 0.31% -
HSV(B) 226.75º 0.98% 0.62% -
XYZ 6.78 3.78 32.27 -
YUV 40.51 193.74 101.24 -
System Red Green Blue C M Y K H S L
Decimal 3 37 157 0.98 0.76 0 0.38 226.75 0.96 0.31
Hex 3 25 9D 62 4C 0 26 E3 60 1F
Octal 3 45 235 142 114 0 46 343 140 37
Binary 11 100101 10011101 1100010 1001100 0 100110 11100011 1100000 11111

Color Harmonies of #03259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03259D

Black with #03259D

Text Example


Text Example

White with #03259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03259D; }

 p { color: rgb(3,37,157); }

 H1.HeaderClassName
 {
   color: #03259D;
 }
 .AnyTagClassName
 {
   color: #03259D;
 }
</style>

background-color css

<style>
 a { background-color: #03259D; }

 a { background-color: rgb(3,37,157); }

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

border-color css

<style>
 span { border-color: #03259D; }

 span { border-color: rgb(3,37,157); }

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