Html Css Color HEX #404067 Corn Flower Blue

📋 copy color: '#404067'

red 64 ◦ green 64 ◦ blue 103

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

Shades of Corn Flower Blue #404067

Tints of Corn Flower Blue #404067

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.71%

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

R = 27.71%
G = 27.71%
B = 44.59%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#404067 (or 0x404067) is known color: Corn Flower Blue. HEX triplet: 40, 40 and 67. RGB value is (64,64,103). Sum of RGB (Red+Green+Blue) = 64+64+103=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #404067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404067 is #BFBF98. Grayscale: #444444. Windows color (decimal): -12566425 or 6766656. OLE color: 6766656.

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

Color convert

RGB 64 64 103 -
CMYK 0.38 0.38 0 0.60
HSL 240º 0.23% 0.33% -
HSV(B) 240º 0.38% 0.4% -
XYZ 6.4 5.74 13.6 -
YUV 68.45 147.5 124.83 -
System Red Green Blue C M Y K H S L
Decimal 64 64 103 0.38 0.38 0 0.60 240 0.23 0.33
Hex 40 40 67 26 26 0 3C F0 17 21
Octal 100 100 147 46 46 0 74 360 27 41
Binary 1000000 1000000 1100111 100110 100110 0 111100 11110000 10111 100001

Color Harmonies of #404067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404067

Black with #404067

Text Example


Text Example

White with #404067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404067; }

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

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

background-color css

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

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

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

border-color css

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

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

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