Html Css Color HEX #413AAE Blue Gem

📋 copy color: '#413AAE'

red 65 ◦ green 58 ◦ blue 174

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

Shades of Blue Gem #413AAE

Tints of Blue Gem #413AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.53%

 BLUE value IS 174 (68.36% from 255) = 58.59%

R = 21.89%
G = 19.53%
B = 58.59%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#413AAE (or 0x413AAE) is known color: Blue Gem. HEX triplet: 41, 3A and AE. RGB value is (65,58,174). Sum of RGB (Red+Green+Blue) = 65+58+174=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #413AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413AAE is #BEC551. Grayscale: #484848. Windows color (decimal): -12502354 or 11418177. OLE color: 11418177.

HSL color Cylindrical-coordinate representation of color #413AAE: hue angle of 243.62º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #413AAE is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 58 174 -
CMYK 0.63 0.67 0 0.32
HSL 243.62º 0.5% 0.45% -
HSV(B) 243.62º 0.67% 0.68% -
XYZ 11.33 7.21 40.84 -
YUV 73.32 184.82 122.07 -
System Red Green Blue C M Y K H S L
Decimal 65 58 174 0.63 0.67 0 0.32 243.62 0.5 0.45
Hex 41 3A AE 3F 43 0 20 F4 32 2D
Octal 101 72 256 77 103 0 40 364 62 55
Binary 1000001 111010 10101110 111111 1000011 0 100000 11110100 110010 101101

Color Harmonies of #413AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413AAE

Black with #413AAE

Text Example


Text Example

White with #413AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,58,174); }

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

background-color css

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

 a { background-color: rgb(65,58,174); }

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

border-color css

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

 span { border-color: rgb(65,58,174); }

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