Html Css Color HEX #0034AD International Klein Blue

📋 copy color: '#0034AD'

red 0 ◦ green 52 ◦ blue 173

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

Shades of International Klein Blue #0034AD

Tints of International Klein Blue #0034AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

 BLUE value IS 173 (67.97% from 255) = 76.89%

R = 0%
G = 23.11%
B = 76.89%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0034AD (or 0x0034AD) is known color: International Klein Blue. HEX triplet: 00, 34 and AD. RGB value is (0,52,173). Sum of RGB (Red+Green+Blue) = 0+52+173=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 173 (67.97% from 255 or 76.89% from 225); Max value from RGB is 173 - color contains mainly: blue. Hex color #0034AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0034AD is #FFCB52. Grayscale: #313131. Windows color (decimal): -16763731 or 11351040. OLE color: 11351040.

HSL color Cylindrical-coordinate representation of color #0034AD: hue angle of 221.97º 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 #0034AD is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 52 173 -
CMYK 1 0.70 0 0.32
HSL 221.97º 1% 0.34% -
HSV(B) 221.97º 1% 0.68% -
XYZ 8.77 5.47 40.13 -
YUV 50.25 197.27 92.16 -
System Red Green Blue C M Y K H S L
Decimal 0 52 173 1 0.70 0 0.32 221.97 1 0.34
Hex 0 34 AD 64 46 0 20 DE 64 22
Octal 0 64 255 144 106 0 40 336 144 42
Binary 0 110100 10101101 1100100 1000110 0 100000 11011110 1100100 100010

Color Harmonies of #0034AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0034AD

Black with #0034AD

Text Example


Text Example

White with #0034AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0034AD; }

 p { color: rgb(0,52,173); }

 H1.HeaderClassName
 {
   color: #0034AD;
 }
 .AnyTagClassName
 {
   color: #0034AD;
 }
</style>

background-color css

<style>
 a { background-color: #0034AD; }

 a { background-color: rgb(0,52,173); }

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

border-color css

<style>
 span { border-color: #0034AD; }

 span { border-color: rgb(0,52,173); }

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