Html Css Color HEX #403F75 Corn Flower Blue

📋 copy color: '#403F75'

red 64 ◦ green 63 ◦ blue 117

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

Shades of Corn Flower Blue #403F75

Tints of Corn Flower Blue #403F75

RGB

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

 GREEN value IS 63 (25% from 255) = 25.82%

 BLUE value IS 117 (46.09% from 255) = 47.95%

R = 26.23%
G = 25.82%
B = 47.95%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#403F75 (or 0x403F75) is known color: Corn Flower Blue. HEX triplet: 40, 3F and 75. RGB value is (64,63,117). Sum of RGB (Red+Green+Blue) = 64+63+117=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #403F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F75 is #BFC08A. Grayscale: #454545. Windows color (decimal): -12566667 or 7683904. OLE color: 7683904.

HSL color Cylindrical-coordinate representation of color #403F75: hue angle of 241.11º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #403F75 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 63 117 -
CMYK 0.45 0.46 0 0.54
HSL 241.11º 0.3% 0.35% -
HSV(B) 241.11º 0.46% 0.46% -
XYZ 7.1 5.93 17.6 -
YUV 69.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 64 63 117 0.45 0.46 0 0.54 241.11 0.3 0.35
Hex 40 3F 75 2D 2E 0 36 F1 1E 23
Octal 100 77 165 55 56 0 66 361 36 43
Binary 1000000 111111 1110101 101101 101110 0 110110 11110001 11110 100011

Color Harmonies of #403F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403F75

Black with #403F75

Text Example


Text Example

White with #403F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,63,117); }

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

background-color css

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

 a { background-color: rgb(64,63,117); }

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

border-color css

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

 span { border-color: rgb(64,63,117); }

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