Html Css Color HEX #403D67 Corn Flower Blue

📋 copy color: '#403D67'

red 64 ◦ green 61 ◦ blue 103

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

Shades of Corn Flower Blue #403D67

Tints of Corn Flower Blue #403D67

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.75%

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

R = 28.07%
G = 26.75%
B = 45.18%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#403D67 (or 0x403D67) is known color: Corn Flower Blue. HEX triplet: 40, 3D and 67. RGB value is (64,61,103). Sum of RGB (Red+Green+Blue) = 64+61+103=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 103 - color contains mainly: blue. Hex color #403D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D67 is #BFC298. Grayscale: #424242. Windows color (decimal): -12567193 or 6765888. OLE color: 6765888.

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

Color convert

RGB 64 61 103 -
CMYK 0.38 0.41 0 0.60
HSL 244.29º 0.26% 0.32% -
HSV(B) 244.29º 0.41% 0.4% -
XYZ 6.23 5.41 13.55 -
YUV 66.69 148.49 126.08 -
System Red Green Blue C M Y K H S L
Decimal 64 61 103 0.38 0.41 0 0.60 244.29 0.26 0.32
Hex 40 3D 67 26 29 0 3C F4 1A 20
Octal 100 75 147 46 51 0 74 364 32 40
Binary 1000000 111101 1100111 100110 101001 0 111100 11110100 11010 100000

Color Harmonies of #403D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D67

Black with #403D67

Text Example


Text Example

White with #403D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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