#434161

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

Shades of Corn Flower Blue #434161

Tints of Corn Flower Blue #434161

Color information

#434161 (or 0x434161) is unknown color: approx Corn Flower Blue. HEX triplet: 43, 41 and 61. RGB value is (67,65,97). Sum of RGB (Red+Green+Blue) = 67+65+97=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #434161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434161 is #BCBE9E. Grayscale: #454545. Windows color (decimal): -12369567 or 6373699. OLE color: 6373699.

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

Color convert

RGB676597-
CMYK0.310.3300.62
HSL243.75º19.75%31.76%-
HSV(B)243.75º32.99%38.04%-
XYZ6.365.8412.1-
YUV69.25143.66126.4-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.26%
GREEN value IS 65 (25.78% from 255) = 28.38%
BLUE value IS 97 (38.28% from 255) = 42.36%
R=29.26%
G=28.38%
B=42.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6765970.310.3300.62243.7519.7531.76
Hex4341611F2103Ef41420
Octal10310114137410763642440
Binary1000011100000111000011111110000101111101111010010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434161; }

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

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

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

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

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

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

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

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