#434375

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

Shades of Corn Flower Blue #434375

Tints of Corn Flower Blue #434375

Color information

#434375 (or 0x434375) is unknown color: approx Corn Flower Blue. HEX triplet: 43, 43 and 75. RGB value is (67,67,117). Sum of RGB (Red+Green+Blue) = 67+67+117=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #434375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434375 is #BCBC8A. Grayscale: #484848. Windows color (decimal): -12369035 or 7684931. OLE color: 7684931.

HSL color Cylindrical-coordinate representation of color #434375: hue angle of 240º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #434375 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6767117-
CMYK0.430.4300.54
HSL240º27.17%36.08%-
HSV(B)240º42.74%45.88%-
XYZ7.536.4917.69-
YUV72.7153123.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.69%
GREEN value IS 67 (26.56% from 255) = 26.69%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=26.69%
G=26.69%
B=46.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67671170.430.4300.5424027.1736.08
Hex4343752B2B036f01b24
Octal10310316553530663603344
Binary10000111000011111010110101110101101101101111000011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434375; }

 p { color: rgb(67,67,117); }

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

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

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

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

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

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

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