Html Css Color HEX #403D70 Corn Flower Blue

📋 copy color: '#403D70'

red 64 ◦ green 61 ◦ blue 112

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

Shades of Corn Flower Blue #403D70

Tints of Corn Flower Blue #403D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.26%

R = 27%
G = 25.74%
B = 47.26%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#403D70 (or 0x403D70) is known color: Corn Flower Blue. HEX triplet: 40, 3D and 70. RGB value is (64,61,112). Sum of RGB (Red+Green+Blue) = 64+61+112=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #403D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D70 is #BFC28F. Grayscale: #434343. Windows color (decimal): -12567184 or 7355712. OLE color: 7355712.

HSL color Cylindrical-coordinate representation of color #403D70: hue angle of 243.53º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #403D70 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 61 112 -
CMYK 0.43 0.46 0 0.56
HSL 243.53º 0.29% 0.34% -
HSV(B) 243.53º 0.46% 0.44% -
XYZ 6.71 5.6 16.06 -
YUV 67.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 64 61 112 0.43 0.46 0 0.56 243.53 0.29 0.34
Hex 40 3D 70 2B 2E 0 38 F4 1D 22
Octal 100 75 160 53 56 0 70 364 35 42
Binary 1000000 111101 1110000 101011 101110 0 111000 11110100 11101 100010

Color Harmonies of #403D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D70

Black with #403D70

Text Example


Text Example

White with #403D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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