#434062

Color #434062 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #434062

Tints of Corn Flower Blue #434062

Color information

#434062 (or 0x434062) is unknown color: approx Corn Flower Blue. HEX triplet: 43, 40 and 62. RGB value is (67,64,98). Sum of RGB (Red+Green+Blue) = 67+64+98=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #434062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434062 is #BCBF9D. Grayscale: #444444. Windows color (decimal): -12369822 or 6438979. OLE color: 6438979.

HSL color Cylindrical-coordinate representation of color #434062: hue angle of 245.29º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #434062 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB676498-
CMYK0.320.3500.62
HSL245.29º20.99%31.76%-
HSV(B)245.29º34.69%38.43%-
XYZ6.355.7412.33-
YUV68.77144.49126.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.26%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 98 (38.67% from 255) = 42.79%
R=29.26%
G=27.95%
B=42.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6764980.320.3500.62245.2920.9931.76
Hex434062202303Ef51520
Octal10310014240430763652540
Binary10000111000000110001010000010001101111101111010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434062; }

 p { color: rgb(67,64,98); }

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

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

 a { background-color: rgb(67,64,98); }

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

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

 span { border-color: rgb(67,64,98); }

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