Html Css Color HEX #403F67 Corn Flower Blue

📋 copy color: '#403F67'

red 64 ◦ green 63 ◦ blue 103

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

Shades of Corn Flower Blue #403F67

Tints of Corn Flower Blue #403F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 44.78%

R = 27.83%
G = 27.39%
B = 44.78%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#403F67 (or 0x403F67) is known color: Corn Flower Blue. HEX triplet: 40, 3F and 67. RGB value is (64,63,103). Sum of RGB (Red+Green+Blue) = 64+63+103=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 103 - color contains mainly: blue. Hex color #403F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F67 is #BFC098. Grayscale: #434343. Windows color (decimal): -12566681 or 6766400. OLE color: 6766400.

HSL color Cylindrical-coordinate representation of color #403F67: hue angle of 241.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #403F67 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 63 103 -
CMYK 0.38 0.39 0 0.60
HSL 241.5º 0.24% 0.33% -
HSV(B) 241.5º 0.39% 0.4% -
XYZ 6.34 5.62 13.58 -
YUV 67.86 147.83 125.25 -
System Red Green Blue C M Y K H S L
Decimal 64 63 103 0.38 0.39 0 0.60 241.5 0.24 0.33
Hex 40 3F 67 26 27 0 3C F2 18 21
Octal 100 77 147 46 47 0 74 362 30 41
Binary 1000000 111111 1100111 100110 100111 0 111100 11110010 11000 100001

Color Harmonies of #403F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403F67

Black with #403F67

Text Example


Text Example

White with #403F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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