Html Css Color HEX #40405F Corn Flower Blue

📋 copy color: '#40405F'

red 64 ◦ green 64 ◦ blue 95

#40405F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Flower Blue #40405F

Tints of Corn Flower Blue #40405F

RGB

 RED value IS 64 (25.39% from 255) = 28.7%

 GREEN value IS 64 (25.39% from 255) = 28.7%

 BLUE value IS 95 (37.5% from 255) = 42.6%

R = 28.7%
G = 28.7%
B = 42.6%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40405F (or 0x40405F) is known color: Corn Flower Blue. HEX triplet: 40, 40 and 5F. RGB value is (64,64,95). Sum of RGB (Red+Green+Blue) = 64+64+95=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #40405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40405F is #BFBFA0. Grayscale: #434343. Windows color (decimal): -12566433 or 6242368. OLE color: 6242368.

HSL color Cylindrical-coordinate representation of color #40405F: hue angle of 240º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40405F is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 64 95 -
CMYK 0.33 0.33 0 0.63
HSL 240º 0.19% 0.31% -
HSV(B) 240º 0.33% 0.37% -
XYZ 6.01 5.58 11.59 -
YUV 67.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 64 64 95 0.33 0.33 0 0.63 240 0.19 0.31
Hex 40 40 5F 21 21 0 3F F0 13 1F
Octal 100 100 137 41 41 0 77 360 23 37
Binary 1000000 1000000 1011111 100001 100001 0 111111 11110000 10011 11111

Color Harmonies of #40405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40405F

Black with #40405F

Text Example


Text Example

White with #40405F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40405F; }

 p { color: rgb(64,64,95); }

 H1.HeaderClassName
 {
   color: #40405F;
 }
 .AnyTagClassName
 {
   color: #40405F;
 }
</style>

background-color css

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

 a { background-color: rgb(64,64,95); }

 div.DivClassName
 {
   background-color: #40405F;
 }
 .BgClassName
 {
   background-color: #40405F;
 }
</style>

border-color css

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

 span { border-color: rgb(64,64,95); }

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