Html Css Color HEX #033BA5 International Klein Blue

📋 copy color: '#033BA5'

red 3 ◦ green 59 ◦ blue 165

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

Shades of International Klein Blue #033BA5

Tints of International Klein Blue #033BA5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.99%

 BLUE value IS 165 (64.84% from 255) = 72.69%

R = 1.32%
G = 25.99%
B = 72.69%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#033BA5 (or 0x033BA5) is known color: International Klein Blue. HEX triplet: 03, 3B and A5. RGB value is (3,59,165). Sum of RGB (Red+Green+Blue) = 3+59+165=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 165 (64.84% from 255 or 72.69% from 227); Max value from RGB is 165 - color contains mainly: blue. Hex color #033BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033BA5 is #FCC45A. Grayscale: #353535. Windows color (decimal): -16565339 or 10828547. OLE color: 10828547.

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

Color convert

RGB 3 59 165 -
CMYK 0.98 0.64 0 0.35
HSL 219.26º 0.96% 0.33% -
HSV(B) 219.26º 0.98% 0.65% -
XYZ 8.39 5.86 36.29 -
YUV 54.34 190.45 91.38 -
System Red Green Blue C M Y K H S L
Decimal 3 59 165 0.98 0.64 0 0.35 219.26 0.96 0.33
Hex 3 3B A5 62 40 0 23 DB 60 21
Octal 3 73 245 142 100 0 43 333 140 41
Binary 11 111011 10100101 1100010 1000000 0 100011 11011011 1100000 100001

Color Harmonies of #033BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033BA5

Black with #033BA5

Text Example


Text Example

White with #033BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033BA5; }

 p { color: rgb(3,59,165); }

 H1.HeaderClassName
 {
   color: #033BA5;
 }
 .AnyTagClassName
 {
   color: #033BA5;
 }
</style>

background-color css

<style>
 a { background-color: #033BA5; }

 a { background-color: rgb(3,59,165); }

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

border-color css

<style>
 span { border-color: #033BA5; }

 span { border-color: rgb(3,59,165); }

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