Html Css Color HEX #403D64 Corn Flower Blue

📋 copy color: '#403D64'

red 64 ◦ green 61 ◦ blue 100

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

Shades of Corn Flower Blue #403D64

Tints of Corn Flower Blue #403D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 44.44%

R = 28.44%
G = 27.11%
B = 44.44%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#403D64 (or 0x403D64) is known color: Corn Flower Blue. HEX triplet: 40, 3D and 64. RGB value is (64,61,100). Sum of RGB (Red+Green+Blue) = 64+61+100=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #403D64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D64 is #BFC29B. Grayscale: #424242. Windows color (decimal): -12567196 or 6569280. OLE color: 6569280.

HSL color Cylindrical-coordinate representation of color #403D64: hue angle of 244.62º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #403D64 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 61 100 -
CMYK 0.36 0.39 0 0.61
HSL 244.62º 0.24% 0.32% -
HSV(B) 244.62º 0.39% 0.39% -
XYZ 6.08 5.35 12.77 -
YUV 66.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 64 61 100 0.36 0.39 0 0.61 244.62 0.24 0.32
Hex 40 3D 64 24 27 0 3D F5 18 20
Octal 100 75 144 44 47 0 75 365 30 40
Binary 1000000 111101 1100100 100100 100111 0 111101 11110101 11000 100000

Color Harmonies of #403D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D64

Black with #403D64

Text Example


Text Example

White with #403D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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