#423A75

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

Shades of Corn Flower Blue #423A75

Tints of Corn Flower Blue #423A75

Color information

#423A75 (or 0x423A75) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 3A and 75. RGB value is (66,58,117). Sum of RGB (Red+Green+Blue) = 66+58+117=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #423A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A75 is #BDC58A. Grayscale: #424242. Windows color (decimal): -12436875 or 7682626. OLE color: 7682626.

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

Color convert

RGB6658117-
CMYK0.440.5000.54
HSL248.14º33.71%34.31%-
HSV(B)248.14º50.43%45.88%-
XYZ6.975.4717.52-
YUV67.12156.15127.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 58 (23.05% from 255) = 24.07%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=27.39%
G=24.07%
B=48.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66581170.440.5000.54248.1433.7134.31
Hex423A752C32036f82222
Octal1027216554620663704242
Binary10000101110101110101101100110010011011011111000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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