Html Css Color HEX #403C67 Corn Flower Blue

📋 copy color: '#403C67'

red 64 ◦ green 60 ◦ blue 103

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

Shades of Corn Flower Blue #403C67

Tints of Corn Flower Blue #403C67

RGB

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

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

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

R = 28.19%
G = 26.43%
B = 45.37%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#403C67 (or 0x403C67) is known color: Corn Flower Blue. HEX triplet: 40, 3C and 67. RGB value is (64,60,103). Sum of RGB (Red+Green+Blue) = 64+60+103=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #403C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C67 is #BFC398. Grayscale: #414141. Windows color (decimal): -12567449 or 6765632. OLE color: 6765632.

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

Color convert

RGB 64 60 103 -
CMYK 0.38 0.42 0 0.60
HSL 245.58º 0.26% 0.32% -
HSV(B) 245.58º 0.42% 0.4% -
XYZ 6.18 5.3 13.53 -
YUV 66.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 64 60 103 0.38 0.42 0 0.60 245.58 0.26 0.32
Hex 40 3C 67 26 2A 0 3C F6 1A 20
Octal 100 74 147 46 52 0 74 366 32 40
Binary 1000000 111100 1100111 100110 101010 0 111100 11110110 11010 100000

Color Harmonies of #403C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C67

Black with #403C67

Text Example


Text Example

White with #403C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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