#423D75

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

Shades of Corn Flower Blue #423D75

Tints of Corn Flower Blue #423D75

Color information

#423D75 (or 0x423D75) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 3D and 75. RGB value is (66,61,117). Sum of RGB (Red+Green+Blue) = 66+61+117=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #423D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D75 is #BDC28A. Grayscale: #444444. Windows color (decimal): -12436107 or 7683394. OLE color: 7683394.

HSL color Cylindrical-coordinate representation of color #423D75: hue angle of 245.36º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #423D75 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6661117-
CMYK0.440.4800.54
HSL245.36º31.46%34.9%-
HSV(B)245.36º47.86%45.88%-
XYZ7.135.7817.57-
YUV68.88155.16125.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 61 (24.22% from 255) = 25%
BLUE value IS 117 (46.09% from 255) = 47.95%
R=27.05%
G=25%
B=47.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66611170.440.4800.54245.3631.4634.9
Hex423D752C30036f51f23
Octal1027516554600663653743
Binary1000010111101111010110110011000001101101111010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423D75; }

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

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

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

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

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

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

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

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