Html Css Color HEX #003AAE International Klein Blue

📋 copy color: '#003AAE'

red 0 ◦ green 58 ◦ blue 174

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

Shades of International Klein Blue #003AAE

Tints of International Klein Blue #003AAE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 58 (23.05% from 255) = 25%

 BLUE value IS 174 (68.36% from 255) = 75%

R = 0%
G = 25%
B = 75%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#003AAE (or 0x003AAE) is known color: International Klein Blue. HEX triplet: 00, 3A and AE. RGB value is (0,58,174). Sum of RGB (Red+Green+Blue) = 0+58+174=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 174 (68.36% from 255 or 75% from 232); Max value from RGB is 174 - color contains mainly: blue. Hex color #003AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003AAE is #FFC551. Grayscale: #353535. Windows color (decimal): -16762194 or 11418112. OLE color: 11418112.

HSL color Cylindrical-coordinate representation of color #003AAE: hue angle of 220º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003AAE is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 58 174 -
CMYK 1 0.67 0 0.32
HSL 220º 1% 0.34% -
HSV(B) 220º 1% 0.68% -
XYZ 9.15 6.08 40.74 -
YUV 53.88 195.78 89.57 -
System Red Green Blue C M Y K H S L
Decimal 0 58 174 1 0.67 0 0.32 220 1 0.34
Hex 0 3A AE 64 43 0 20 DC 64 22
Octal 0 72 256 144 103 0 40 334 144 42
Binary 0 111010 10101110 1100100 1000011 0 100000 11011100 1100100 100010

Color Harmonies of #003AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003AAE

Black with #003AAE

Text Example


Text Example

White with #003AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003AAE; }

 p { color: rgb(0,58,174); }

 H1.HeaderClassName
 {
   color: #003AAE;
 }
 .AnyTagClassName
 {
   color: #003AAE;
 }
</style>

background-color css

<style>
 a { background-color: #003AAE; }

 a { background-color: rgb(0,58,174); }

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

border-color css

<style>
 span { border-color: #003AAE; }

 span { border-color: rgb(0,58,174); }

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