Html Css Color HEX #0330AD International Klein Blue

📋 copy color: '#0330AD'

red 3 ◦ green 48 ◦ blue 173

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

Shades of International Klein Blue #0330AD

Tints of International Klein Blue #0330AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.43%

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

R = 1.34%
G = 21.43%
B = 77.23%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0330AD (or 0x0330AD) is known color: International Klein Blue. HEX triplet: 03, 30 and AD. RGB value is (3,48,173). Sum of RGB (Red+Green+Blue) = 3+48+173=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 173 (67.97% from 255 or 77.23% from 224); Max value from RGB is 173 - color contains mainly: blue. Hex color #0330AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0330AD is #FCCF52. Grayscale: #303030. Windows color (decimal): -16568147 or 11350019. OLE color: 11350019.

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

Color convert

RGB 3 48 173 -
CMYK 0.98 0.72 0 0.32
HSL 224.12º 0.97% 0.35% -
HSV(B) 224.12º 0.98% 0.68% -
XYZ 8.64 5.15 40.07 -
YUV 48.8 198.09 95.34 -
System Red Green Blue C M Y K H S L
Decimal 3 48 173 0.98 0.72 0 0.32 224.12 0.97 0.35
Hex 3 30 AD 62 48 0 20 E0 61 23
Octal 3 60 255 142 110 0 40 340 141 43
Binary 11 110000 10101101 1100010 1001000 0 100000 11100000 1100001 100011

Color Harmonies of #0330AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0330AD

Black with #0330AD

Text Example


Text Example

White with #0330AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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