Html Css Color HEX #403D66 Corn Flower Blue

📋 copy color: '#403D66'

red 64 ◦ green 61 ◦ blue 102

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

Shades of Corn Flower Blue #403D66

Tints of Corn Flower Blue #403D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 44.93%

R = 28.19%
G = 26.87%
B = 44.93%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#403D66 (or 0x403D66) is known color: Corn Flower Blue. HEX triplet: 40, 3D and 66. RGB value is (64,61,102). Sum of RGB (Red+Green+Blue) = 64+61+102=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #403D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D66 is #BFC299. Grayscale: #424242. Windows color (decimal): -12567194 or 6700352. OLE color: 6700352.

HSL color Cylindrical-coordinate representation of color #403D66: hue angle of 244.39º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #403D66 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 61 102 -
CMYK 0.37 0.40 0 0.6
HSL 244.39º 0.25% 0.32% -
HSV(B) 244.39º 0.4% 0.4% -
XYZ 6.18 5.39 13.28 -
YUV 66.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 64 61 102 0.37 0.40 0 0.6 244.39 0.25 0.32
Hex 40 3D 66 25 28 0 3C F4 19 20
Octal 100 75 146 45 50 0 74 364 31 40
Binary 1000000 111101 1100110 100101 101000 0 111100 11110100 11001 100000

Color Harmonies of #403D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D66

Black with #403D66

Text Example


Text Example

White with #403D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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