Html Css Color HEX #413E62 Corn Flower Blue

📋 copy color: '#413E62'

red 65 ◦ green 62 ◦ blue 98

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

Shades of Corn Flower Blue #413E62

Tints of Corn Flower Blue #413E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 43.56%

R = 28.89%
G = 27.56%
B = 43.56%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#413E62 (or 0x413E62) is known color: Corn Flower Blue. HEX triplet: 41, 3E and 62. RGB value is (65,62,98). Sum of RGB (Red+Green+Blue) = 65+62+98=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #413E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E62 is #BEC19D. Grayscale: #424242. Windows color (decimal): -12501406 or 6438465. OLE color: 6438465.

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

Color convert

RGB 65 62 98 -
CMYK 0.34 0.37 0 0.62
HSL 245º 0.23% 0.31% -
HSV(B) 245º 0.37% 0.38% -
XYZ 6.11 5.45 12.29 -
YUV 67 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 65 62 98 0.34 0.37 0 0.62 245 0.23 0.31
Hex 41 3E 62 22 25 0 3E F5 16 1F
Octal 101 76 142 42 45 0 76 365 26 37
Binary 1000001 111110 1100010 100010 100101 0 111110 11110101 10110 11111

Color Harmonies of #413E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E62

Black with #413E62

Text Example


Text Example

White with #413E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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