Html Css Color HEX #403F6A Corn Flower Blue

📋 copy color: '#403F6A'

red 64 ◦ green 63 ◦ blue 106

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

Shades of Corn Flower Blue #403F6A

Tints of Corn Flower Blue #403F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 45.49%

R = 27.47%
G = 27.04%
B = 45.49%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#403F6A (or 0x403F6A) is known color: Corn Flower Blue. HEX triplet: 40, 3F and 6A. RGB value is (64,63,106). Sum of RGB (Red+Green+Blue) = 64+63+106=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 106 - color contains mainly: blue. Hex color #403F6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F6A is #BFC095. Grayscale: #444444. Windows color (decimal): -12566678 or 6963008. OLE color: 6963008.

HSL color Cylindrical-coordinate representation of color #403F6A: hue angle of 241.4º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #403F6A is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 63 106 -
CMYK 0.40 0.41 0 0.58
HSL 241.4º 0.25% 0.33% -
HSV(B) 241.4º 0.41% 0.42% -
XYZ 6.49 5.69 14.39 -
YUV 68.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 64 63 106 0.40 0.41 0 0.58 241.4 0.25 0.33
Hex 40 3F 6A 28 29 0 3A F1 19 21
Octal 100 77 152 50 51 0 72 361 31 41
Binary 1000000 111111 1101010 101000 101001 0 111010 11110001 11001 100001

Color Harmonies of #403F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403F6A

Black with #403F6A

Text Example


Text Example

White with #403F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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