Html Css Color HEX #403D63 Corn Flower Blue

📋 copy color: '#403D63'

red 64 ◦ green 61 ◦ blue 99

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

Shades of Corn Flower Blue #403D63

Tints of Corn Flower Blue #403D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 44.2%

R = 28.57%
G = 27.23%
B = 44.2%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#403D63 (or 0x403D63) is known color: Corn Flower Blue. HEX triplet: 40, 3D and 63. RGB value is (64,61,99). Sum of RGB (Red+Green+Blue) = 64+61+99=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #403D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D63 is #BFC29C. Grayscale: #424242. Windows color (decimal): -12567197 or 6503744. OLE color: 6503744.

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

Color convert

RGB 64 61 99 -
CMYK 0.35 0.38 0 0.61
HSL 244.74º 0.24% 0.31% -
HSV(B) 244.74º 0.38% 0.39% -
XYZ 6.04 5.33 12.51 -
YUV 66.23 146.49 126.41 -
System Red Green Blue C M Y K H S L
Decimal 64 61 99 0.35 0.38 0 0.61 244.74 0.24 0.31
Hex 40 3D 63 23 26 0 3D F5 18 1F
Octal 100 75 143 43 46 0 75 365 30 37
Binary 1000000 111101 1100011 100011 100110 0 111101 11110101 11000 11111

Color Harmonies of #403D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D63

Black with #403D63

Text Example


Text Example

White with #403D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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