#0734AE

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

Shades of International Klein Blue #0734AE

Tints of International Klein Blue #0734AE

Color information

#0734AE (or 0x0734AE) is unknown color: approx International Klein Blue. HEX triplet: 07, 34 and AE. RGB value is (7,52,174). Sum of RGB (Red+Green+Blue) = 7+52+174=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 174 (68.36% from 255 or 74.68% from 233); Max value from RGB is 174 - color contains mainly: blue. Hex color #0734AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0734AE is #F8CB51. Grayscale: #333333. Windows color (decimal): -16304978 or 11416583. OLE color: 11416583.

HSL color Cylindrical-coordinate representation of color #0734AE: hue angle of 223.83º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0734AE is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB752174-
CMYK0.960.7000.32
HSL223.83º92.27%35.49%-
HSV(B)223.83º95.98%68.24%-
XYZ8.965.5640.65-
YUV52.45196.5995.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.00%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 174 (68.36% from 255) = 74.68%
R=3.00%
G=22.32%
B=74.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7521740.960.7000.32223.8392.2735.49
Hex734AE6046020e05c23
Octal76425614010604034013443
Binary11111010010101110110000010001100100000111000001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0734AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0734AE; }

 p { color: rgb(7,52,174); }

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

<style>
 a { background-color: #0734AE; }

 a { background-color: rgb(7,52,174); }

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

<style>
 span { border-color: #0734AE; }

 span { border-color: rgb(7,52,174); }

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