#434270

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

Shades of Corn Flower Blue #434270

Tints of Corn Flower Blue #434270

Color information

#434270 (or 0x434270) is unknown color: approx Corn Flower Blue. HEX triplet: 43, 42 and 70. RGB value is (67,66,112). Sum of RGB (Red+Green+Blue) = 67+66+112=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #434270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434270 is #BCBD8F. Grayscale: #474747. Windows color (decimal): -12369296 or 7356995. OLE color: 7356995.

HSL color Cylindrical-coordinate representation of color #434270: hue angle of 241.3º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #434270 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6766112-
CMYK0.400.4100.56
HSL241.3º25.84%34.9%-
HSV(B)241.3º41.07%43.92%-
XYZ7.196.2616.16-
YUV71.54150.83124.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.35%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=27.35%
G=26.94%
B=45.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67661120.400.4100.56241.325.8434.9
Hex4342702829038f11a23
Octal10310216050510703613243
Binary10000111000010111000010100010100101110001111000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434270; }

 p { color: rgb(67,66,112); }

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

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

 a { background-color: rgb(67,66,112); }

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

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

 span { border-color: rgb(67,66,112); }

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