Html Css Color HEX #403D62 Corn Flower Blue

📋 copy color: '#403D62'

red 64 ◦ green 61 ◦ blue 98

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

Shades of Corn Flower Blue #403D62

Tints of Corn Flower Blue #403D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 43.95%

R = 28.7%
G = 27.35%
B = 43.95%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#403D62 (or 0x403D62) is known color: Corn Flower Blue. HEX triplet: 40, 3D and 62. RGB value is (64,61,98). Sum of RGB (Red+Green+Blue) = 64+61+98=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #403D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D62 is #BFC29D. Grayscale: #414141. Windows color (decimal): -12567198 or 6438208. OLE color: 6438208.

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

Color convert

RGB 64 61 98 -
CMYK 0.35 0.38 0 0.62
HSL 244.86º 0.23% 0.31% -
HSV(B) 244.86º 0.38% 0.38% -
XYZ 5.99 5.31 12.26 -
YUV 66.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 64 61 98 0.35 0.38 0 0.62 244.86 0.23 0.31
Hex 40 3D 62 23 26 0 3E F5 17 1F
Octal 100 75 142 43 46 0 76 365 27 37
Binary 1000000 111101 1100010 100011 100110 0 111110 11110101 10111 11111

Color Harmonies of #403D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D62

Black with #403D62

Text Example


Text Example

White with #403D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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