Html Css Color HEX #413CAE Blue Gem

📋 copy color: '#413CAE'

red 65 ◦ green 60 ◦ blue 174

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

Shades of Blue Gem #413CAE

Tints of Blue Gem #413CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.07%

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

R = 21.74%
G = 20.07%
B = 58.19%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#413CAE (or 0x413CAE) is known color: Blue Gem. HEX triplet: 41, 3C and AE. RGB value is (65,60,174). Sum of RGB (Red+Green+Blue) = 65+60+174=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #413CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413CAE is #BEC351. Grayscale: #4A4A4A. Windows color (decimal): -12501842 or 11418689. OLE color: 11418689.

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

Color convert

RGB 65 60 174 -
CMYK 0.63 0.66 0 0.32
HSL 242.63º 0.49% 0.46% -
HSV(B) 242.63º 0.66% 0.68% -
XYZ 11.44 7.41 40.87 -
YUV 74.49 184.16 121.23 -
System Red Green Blue C M Y K H S L
Decimal 65 60 174 0.63 0.66 0 0.32 242.63 0.49 0.46
Hex 41 3C AE 3F 42 0 20 F3 31 2E
Octal 101 74 256 77 102 0 40 363 61 56
Binary 1000001 111100 10101110 111111 1000010 0 100000 11110011 110001 101110

Color Harmonies of #413CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413CAE

Black with #413CAE

Text Example


Text Example

White with #413CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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