Html Css Color HEX #403C6D Corn Flower Blue

📋 copy color: '#403C6D'

red 64 ◦ green 60 ◦ blue 109

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

Shades of Corn Flower Blue #403C6D

Tints of Corn Flower Blue #403C6D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.75%

 BLUE value IS 109 (42.97% from 255) = 46.78%

R = 27.47%
G = 25.75%
B = 46.78%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#403C6D (or 0x403C6D) is known color: Corn Flower Blue. HEX triplet: 40, 3C and 6D. RGB value is (64,60,109). Sum of RGB (Red+Green+Blue) = 64+60+109=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #403C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C6D is #BFC392. Grayscale: #424242. Windows color (decimal): -12567443 or 7158848. OLE color: 7158848.

HSL color Cylindrical-coordinate representation of color #403C6D: hue angle of 244.9º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #403C6D is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 60 109 -
CMYK 0.41 0.45 0 0.57
HSL 244.9º 0.29% 0.33% -
HSV(B) 244.9º 0.45% 0.43% -
XYZ 6.49 5.43 15.17 -
YUV 66.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 64 60 109 0.41 0.45 0 0.57 244.9 0.29 0.33
Hex 40 3C 6D 29 2D 0 39 F5 1D 21
Octal 100 74 155 51 55 0 71 365 35 41
Binary 1000000 111100 1101101 101001 101101 0 111001 11110101 11101 100001

Color Harmonies of #403C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C6D

Black with #403C6D

Text Example


Text Example

White with #403C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403C6D; }

 p { color: rgb(64,60,109); }

 H1.HeaderClassName
 {
   color: #403C6D;
 }
 .AnyTagClassName
 {
   color: #403C6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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