Html Css Color HEX #403875 Corn Flower Blue

📋 copy color: '#403875'

red 64 ◦ green 56 ◦ blue 117

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

Shades of Corn Flower Blue #403875

Tints of Corn Flower Blue #403875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.63%

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

R = 27%
G = 23.63%
B = 49.37%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#403875 (or 0x403875) is known color: Corn Flower Blue. HEX triplet: 40, 38 and 75. RGB value is (64,56,117). Sum of RGB (Red+Green+Blue) = 64+56+117=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #403875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403875 is #BFC78A. Grayscale: #414141. Windows color (decimal): -12568459 or 7682112. OLE color: 7682112.

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

Color convert

RGB 64 56 117 -
CMYK 0.45 0.52 0 0.54
HSL 247.87º 0.35% 0.34% -
HSV(B) 247.87º 0.52% 0.46% -
XYZ 6.74 5.2 17.48 -
YUV 65.35 157.15 127.04 -
System Red Green Blue C M Y K H S L
Decimal 64 56 117 0.45 0.52 0 0.54 247.87 0.35 0.34
Hex 40 38 75 2D 34 0 36 F8 23 22
Octal 100 70 165 55 64 0 66 370 43 42
Binary 1000000 111000 1110101 101101 110100 0 110110 11111000 100011 100010

Color Harmonies of #403875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403875

Black with #403875

Text Example


Text Example

White with #403875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403875; }

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

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

background-color css

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

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

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

border-color css

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

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

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