#0334B3

Color #0334B3 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0334B3

Tints of International Klein Blue #0334B3

Color information

#0334B3 (or 0x0334B3) is unknown color: approx International Klein Blue. HEX triplet: 03, 34 and B3. RGB value is (3,52,179). Sum of RGB (Red+Green+Blue) = 3+52+179=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 179 (70.31% from 255 or 76.50% from 234); Max value from RGB is 179 - color contains mainly: blue. Hex color #0334B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0334B3 is #FCCB4C. Grayscale: #333333. Windows color (decimal): -16567117 or 11744259. OLE color: 11744259.

HSL color Cylindrical-coordinate representation of color #0334B3: hue angle of 223.3º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0334B3 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB352179-
CMYK0.980.7100.30
HSL223.3º96.7%35.69%-
HSV(B)223.3º98.32%70.2%-
XYZ9.45.7343.26-
YUV51.83199.7793.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.28%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 179 (70.31% from 255) = 76.50%
R=1.28%
G=22.22%
B=76.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal3521790.980.7100.30223.396.735.69
Hex334B3624701Edf6124
Octal36426314210703633714144
Binary111101001011001111000101000111011110110111111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0334B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0334B3;
 }
 .AnyTagClassName
 {
   color: #0334B3;
 }
</style>
background-color css

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

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

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

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

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

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