Html Css Color HEX #0328AD International Klein Blue

📋 copy color: '#0328AD'

red 3 ◦ green 40 ◦ blue 173

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

Shades of International Klein Blue #0328AD

Tints of International Klein Blue #0328AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.52%

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

R = 1.39%
G = 18.52%
B = 80.09%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0328AD (or 0x0328AD) is known color: International Klein Blue. HEX triplet: 03, 28 and AD. RGB value is (3,40,173). Sum of RGB (Red+Green+Blue) = 3+40+173=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 173 (67.97% from 255 or 80.09% from 216); Max value from RGB is 173 - color contains mainly: blue. Hex color #0328AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0328AD is #FCD752. Grayscale: #2B2B2B. Windows color (decimal): -16570195 or 11347971. OLE color: 11347971.

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

Color convert

RGB 3 40 173 -
CMYK 0.98 0.77 0 0.32
HSL 226.94º 0.97% 0.35% -
HSV(B) 226.94º 0.98% 0.68% -
XYZ 8.34 4.55 39.97 -
YUV 44.1 200.74 98.69 -
System Red Green Blue C M Y K H S L
Decimal 3 40 173 0.98 0.77 0 0.32 226.94 0.97 0.35
Hex 3 28 AD 62 4D 0 20 E3 61 23
Octal 3 50 255 142 115 0 40 343 141 43
Binary 11 101000 10101101 1100010 1001101 0 100000 11100011 1100001 100011

Color Harmonies of #0328AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0328AD

Black with #0328AD

Text Example


Text Example

White with #0328AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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