Html Css Color HEX #413BAE Blue Gem

📋 copy color: '#413BAE'

red 65 ◦ green 59 ◦ blue 174

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

Shades of Blue Gem #413BAE

Tints of Blue Gem #413BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.8%

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

R = 21.81%
G = 19.8%
B = 58.39%

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

#413BAE (or 0x413BAE) is known color: Blue Gem. HEX triplet: 41, 3B and AE. RGB value is (65,59,174). Sum of RGB (Red+Green+Blue) = 65+59+174=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #413BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413BAE is #BEC451. Grayscale: #494949. Windows color (decimal): -12502098 or 11418433. OLE color: 11418433.

HSL color Cylindrical-coordinate representation of color #413BAE: hue angle of 243.13º 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 #413BAE is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 59 174 -
CMYK 0.63 0.66 0 0.32
HSL 243.13º 0.49% 0.46% -
HSV(B) 243.13º 0.66% 0.68% -
XYZ 11.38 7.31 40.85 -
YUV 73.9 184.49 121.65 -
System Red Green Blue C M Y K H S L
Decimal 65 59 174 0.63 0.66 0 0.32 243.13 0.49 0.46
Hex 41 3B AE 3F 42 0 20 F3 31 2E
Octal 101 73 256 77 102 0 40 363 61 56
Binary 1000001 111011 10101110 111111 1000010 0 100000 11110011 110001 101110

Color Harmonies of #413BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413BAE

Black with #413BAE

Text Example


Text Example

White with #413BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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