#434261

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

Shades of Corn Flower Blue #434261

Tints of Corn Flower Blue #434261

Color information

#434261 (or 0x434261) is unknown color: approx Corn Flower Blue. HEX triplet: 43, 42 and 61. RGB value is (67,66,97). Sum of RGB (Red+Green+Blue) = 67+66+97=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #434261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434261 is #BCBD9E. Grayscale: #454545. Windows color (decimal): -12369311 or 6373955. OLE color: 6373955.

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

Color convert

RGB676697-
CMYK0.310.3200.62
HSL241.94º19.02%31.96%-
HSV(B)241.94º31.96%38.04%-
XYZ6.425.9512.12-
YUV69.83143.33125.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.13%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=29.13%
G=28.70%
B=42.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6766970.310.3200.62241.9419.0231.96
Hex4342611F2003Ef21320
Octal10310214137400763622340
Binary1000011100001011000011111110000001111101111001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434261; }

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

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

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

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

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

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

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

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