Html Css Color HEX #403F6B Corn Flower Blue

📋 copy color: '#403F6B'

red 64 ◦ green 63 ◦ blue 107

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

Shades of Corn Flower Blue #403F6B

Tints of Corn Flower Blue #403F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.73%

R = 27.35%
G = 26.92%
B = 45.73%

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

#403F6B (or 0x403F6B) is known color: Corn Flower Blue. HEX triplet: 40, 3F and 6B. RGB value is (64,63,107). Sum of RGB (Red+Green+Blue) = 64+63+107=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #403F6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F6B is #BFC094. Grayscale: #444444. Windows color (decimal): -12566677 or 7028544. OLE color: 7028544.

HSL color Cylindrical-coordinate representation of color #403F6B: hue angle of 241.36º degrees, saturation: 0.26, 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 #403F6B is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 63 107 -
CMYK 0.40 0.41 0 0.58
HSL 241.36º 0.26% 0.33% -
HSV(B) 241.36º 0.41% 0.42% -
XYZ 6.55 5.71 14.67 -
YUV 68.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 64 63 107 0.40 0.41 0 0.58 241.36 0.26 0.33
Hex 40 3F 6B 28 29 0 3A F1 1A 21
Octal 100 77 153 50 51 0 72 361 32 41
Binary 1000000 111111 1101011 101000 101001 0 111010 11110001 11010 100001

Color Harmonies of #403F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403F6B

Black with #403F6B

Text Example


Text Example

White with #403F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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