Html Css Color HEX #0334AD International Klein Blue

📋 copy color: '#0334AD'

red 3 ◦ green 52 ◦ blue 173

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

Shades of International Klein Blue #0334AD

Tints of International Klein Blue #0334AD

RGB

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

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

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

R = 1.32%
G = 22.81%
B = 75.88%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0334AD (or 0x0334AD) is known color: International Klein Blue. HEX triplet: 03, 34 and AD. RGB value is (3,52,173). Sum of RGB (Red+Green+Blue) = 3+52+173=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 173 (67.97% from 255 or 75.88% from 228); Max value from RGB is 173 - color contains mainly: blue. Hex color #0334AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0334AD is #FCCB52. Grayscale: #323232. Windows color (decimal): -16567123 or 11351043. OLE color: 11351043.

HSL color Cylindrical-coordinate representation of color #0334AD: hue angle of 222.71º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0334AD is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 52 173 -
CMYK 0.98 0.70 0 0.32
HSL 222.71º 0.97% 0.35% -
HSV(B) 222.71º 0.98% 0.68% -
XYZ 8.81 5.49 40.13 -
YUV 51.14 196.77 93.66 -
System Red Green Blue C M Y K H S L
Decimal 3 52 173 0.98 0.70 0 0.32 222.71 0.97 0.35
Hex 3 34 AD 62 46 0 20 DF 61 23
Octal 3 64 255 142 106 0 40 337 141 43
Binary 11 110100 10101101 1100010 1000110 0 100000 11011111 1100001 100011

Color Harmonies of #0334AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0334AD

Black with #0334AD

Text Example


Text Example

White with #0334AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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