Html Css Color HEX #403C75 Corn Flower Blue

📋 copy color: '#403C75'

red 64 ◦ green 60 ◦ blue 117

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

Shades of Corn Flower Blue #403C75

Tints of Corn Flower Blue #403C75

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.9%

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

R = 26.56%
G = 24.9%
B = 48.55%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#403C75 (or 0x403C75) is known color: Corn Flower Blue. HEX triplet: 40, 3C and 75. RGB value is (64,60,117). Sum of RGB (Red+Green+Blue) = 64+60+117=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #403C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C75 is #BFC38A. Grayscale: #434343. Windows color (decimal): -12567435 or 7683136. OLE color: 7683136.

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

Color convert

RGB 64 60 117 -
CMYK 0.45 0.49 0 0.54
HSL 244.21º 0.32% 0.35% -
HSV(B) 244.21º 0.49% 0.46% -
XYZ 6.94 5.61 17.55 -
YUV 67.69 155.83 125.37 -
System Red Green Blue C M Y K H S L
Decimal 64 60 117 0.45 0.49 0 0.54 244.21 0.32 0.35
Hex 40 3C 75 2D 31 0 36 F4 20 23
Octal 100 74 165 55 61 0 66 364 40 43
Binary 1000000 111100 1110101 101101 110001 0 110110 11110100 100000 100011

Color Harmonies of #403C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C75

Black with #403C75

Text Example


Text Example

White with #403C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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