#0334B7

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

Shades of International Klein Blue #0334B7

Tints of International Klein Blue #0334B7

Color information

#0334B7 (or 0x0334B7) is unknown color: approx International Klein Blue. HEX triplet: 03, 34 and B7. RGB value is (3,52,183). Sum of RGB (Red+Green+Blue) = 3+52+183=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 183 (71.88% from 255 or 76.89% from 238); Max value from RGB is 183 - color contains mainly: blue. Hex color #0334B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0334B7 is #FCCB48. Grayscale: #333333. Windows color (decimal): -16567113 or 12006403. OLE color: 12006403.

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

Color convert

RGB352183-
CMYK0.980.7200.28
HSL223.67º96.77%36.47%-
HSV(B)223.67º98.36%71.76%-
XYZ9.815.8945.42-
YUV52.28201.7792.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.26%
GREEN value IS 52 (20.70% from 255) = 21.85%
BLUE value IS 183 (71.88% from 255) = 76.89%
R=1.26%
G=21.85%
B=76.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal3521830.980.7200.28223.6796.7736.47
Hex334B7624801Ce06124
Octal36426714211003434014144
Binary111101001011011111000101001000011100111000001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0334B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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