Html Css Color HEX #413E60 Corn Flower Blue

📋 copy color: '#413E60'

red 65 ◦ green 62 ◦ blue 96

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

Shades of Corn Flower Blue #413E60

Tints of Corn Flower Blue #413E60

RGB

 RED value IS 65 (25.78% from 255) = 29.15%

 GREEN value IS 62 (24.61% from 255) = 27.8%

 BLUE value IS 96 (37.89% from 255) = 43.05%

R = 29.15%
G = 27.8%
B = 43.05%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#413E60 (or 0x413E60) is known color: Corn Flower Blue. HEX triplet: 41, 3E and 60. RGB value is (65,62,96). Sum of RGB (Red+Green+Blue) = 65+62+96=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #413E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E60 is #BEC19F. Grayscale: #424242. Windows color (decimal): -12501408 or 6307393. OLE color: 6307393.

HSL color Cylindrical-coordinate representation of color #413E60: hue angle of 245.29º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #413E60 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 62 96 -
CMYK 0.32 0.35 0 0.62
HSL 245.29º 0.22% 0.31% -
HSV(B) 245.29º 0.35% 0.38% -
XYZ 6.01 5.41 11.79 -
YUV 66.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 65 62 96 0.32 0.35 0 0.62 245.29 0.22 0.31
Hex 41 3E 60 20 23 0 3E F5 16 1F
Octal 101 76 140 40 43 0 76 365 26 37
Binary 1000001 111110 1100000 100000 100011 0 111110 11110101 10110 11111

Color Harmonies of #413E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E60

Black with #413E60

Text Example


Text Example

White with #413E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413E60; }

 p { color: rgb(65,62,96); }

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

background-color css

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

 a { background-color: rgb(65,62,96); }

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

border-color css

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

 span { border-color: rgb(65,62,96); }

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