#434275

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

Shades of Corn Flower Blue #434275

Tints of Corn Flower Blue #434275

Color information

#434275 (or 0x434275) is unknown color: approx Corn Flower Blue. HEX triplet: 43, 42 and 75. RGB value is (67,66,117). Sum of RGB (Red+Green+Blue) = 67+66+117=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #434275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434275 is #BCBD8A. Grayscale: #474747. Windows color (decimal): -12369291 or 7684675. OLE color: 7684675.

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

Color convert

RGB6766117-
CMYK0.430.4400.54
HSL241.18º27.87%35.88%-
HSV(B)241.18º43.59%45.88%-
XYZ7.476.3717.67-
YUV72.11153.33124.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.8%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=26.8%
G=26.4%
B=46.8%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67661170.430.4400.54241.1827.8735.88
Hex4342752B2C036f11c24
Octal10310216553540663613444
Binary10000111000010111010110101110110001101101111000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434275; }

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

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

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

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

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

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

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

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