Html Css Color HEX #403B6D Corn Flower Blue

📋 copy color: '#403B6D'

red 64 ◦ green 59 ◦ blue 109

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

Shades of Corn Flower Blue #403B6D

Tints of Corn Flower Blue #403B6D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.43%

 BLUE value IS 109 (42.97% from 255) = 46.98%

R = 27.59%
G = 25.43%
B = 46.98%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#403B6D (or 0x403B6D) is known color: Corn Flower Blue. HEX triplet: 40, 3B and 6D. RGB value is (64,59,109). Sum of RGB (Red+Green+Blue) = 64+59+109=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #403B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B6D is #BFC492. Grayscale: #414141. Windows color (decimal): -12567699 or 7158592. OLE color: 7158592.

HSL color Cylindrical-coordinate representation of color #403B6D: hue angle of 246º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #403B6D is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 59 109 -
CMYK 0.41 0.46 0 0.57
HSL 246º 0.3% 0.33% -
HSV(B) 246º 0.46% 0.43% -
XYZ 6.44 5.32 15.16 -
YUV 66.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 64 59 109 0.41 0.46 0 0.57 246 0.3 0.33
Hex 40 3B 6D 29 2E 0 39 F6 1E 21
Octal 100 73 155 51 56 0 71 366 36 41
Binary 1000000 111011 1101101 101001 101110 0 111001 11110110 11110 100001

Color Harmonies of #403B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B6D

Black with #403B6D

Text Example


Text Example

White with #403B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,59,109); }

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

background-color css

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

 a { background-color: rgb(64,59,109); }

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

border-color css

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

 span { border-color: rgb(64,59,109); }

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