Html Css Color HEX #0330AC International Klein Blue

📋 copy color: '#0330AC'

red 3 ◦ green 48 ◦ blue 172

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

Shades of International Klein Blue #0330AC

Tints of International Klein Blue #0330AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 77.13%

R = 1.35%
G = 21.52%
B = 77.13%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0330AC (or 0x0330AC) is known color: International Klein Blue. HEX triplet: 03, 30 and AC. RGB value is (3,48,172). Sum of RGB (Red+Green+Blue) = 3+48+172=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #0330AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0330AC is #FCCF53. Grayscale: #303030. Windows color (decimal): -16568148 or 11284483. OLE color: 11284483.

HSL color Cylindrical-coordinate representation of color #0330AC: hue angle of 224.02º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0330AC is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 48 172 -
CMYK 0.98 0.72 0 0.33
HSL 224.02º 0.97% 0.34% -
HSV(B) 224.02º 0.98% 0.67% -
XYZ 8.54 5.11 39.57 -
YUV 48.68 197.59 95.42 -
System Red Green Blue C M Y K H S L
Decimal 3 48 172 0.98 0.72 0 0.33 224.02 0.97 0.34
Hex 3 30 AC 62 48 0 21 E0 61 22
Octal 3 60 254 142 110 0 41 340 141 42
Binary 11 110000 10101100 1100010 1001000 0 100001 11100000 1100001 100010

Color Harmonies of #0330AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0330AC

Black with #0330AC

Text Example


Text Example

White with #0330AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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