Html Css Color HEX #403D60 Corn Flower Blue

📋 copy color: '#403D60'

red 64 ◦ green 61 ◦ blue 96

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

Shades of Corn Flower Blue #403D60

Tints of Corn Flower Blue #403D60

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.6%

 BLUE value IS 96 (37.89% from 255) = 43.44%

R = 28.96%
G = 27.6%
B = 43.44%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#403D60 (or 0x403D60) is known color: Corn Flower Blue. HEX triplet: 40, 3D and 60. RGB value is (64,61,96). Sum of RGB (Red+Green+Blue) = 64+61+96=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #403D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D60 is #BFC29F. Grayscale: #414141. Windows color (decimal): -12567200 or 6307136. OLE color: 6307136.

HSL color Cylindrical-coordinate representation of color #403D60: hue angle of 245.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #403D60 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 61 96 -
CMYK 0.33 0.36 0 0.62
HSL 245.14º 0.22% 0.31% -
HSV(B) 245.14º 0.36% 0.38% -
XYZ 5.89 5.27 11.77 -
YUV 65.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 64 61 96 0.33 0.36 0 0.62 245.14 0.22 0.31
Hex 40 3D 60 21 24 0 3E F5 16 1F
Octal 100 75 140 41 44 0 76 365 26 37
Binary 1000000 111101 1100000 100001 100100 0 111110 11110101 10110 11111

Color Harmonies of #403D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D60

Black with #403D60

Text Example


Text Example

White with #403D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,61,96); }

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

background-color css

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

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

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

border-color css

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

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

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