Html Css Color HEX #41369E Blue Gem

📋 copy color: '#41369E'

red 65 ◦ green 54 ◦ blue 158

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

Shades of Blue Gem #41369E

Tints of Blue Gem #41369E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.49%

 BLUE value IS 158 (62.11% from 255) = 57.04%

R = 23.47%
G = 19.49%
B = 57.04%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41369E (or 0x41369E) is known color: Blue Gem. HEX triplet: 41, 36 and 9E. RGB value is (65,54,158). Sum of RGB (Red+Green+Blue) = 65+54+158=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #41369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41369E is #BEC961. Grayscale: #444444. Windows color (decimal): -12503394 or 10368577. OLE color: 10368577.

HSL color Cylindrical-coordinate representation of color #41369E: hue angle of 246.35º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41369E is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 54 158 -
CMYK 0.59 0.66 0 0.38
HSL 246.35º 0.49% 0.42% -
HSV(B) 246.35º 0.66% 0.62% -
XYZ 9.67 6.23 33.04 -
YUV 69.15 178.14 125.04 -
System Red Green Blue C M Y K H S L
Decimal 65 54 158 0.59 0.66 0 0.38 246.35 0.49 0.42
Hex 41 36 9E 3B 42 0 26 F6 31 2A
Octal 101 66 236 73 102 0 46 366 61 52
Binary 1000001 110110 10011110 111011 1000010 0 100110 11110110 110001 101010

Color Harmonies of #41369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41369E

Black with #41369E

Text Example


Text Example

White with #41369E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41369E; }

 p { color: rgb(65,54,158); }

 H1.HeaderClassName
 {
   color: #41369E;
 }
 .AnyTagClassName
 {
   color: #41369E;
 }
</style>

background-color css

<style>
 a { background-color: #41369E; }

 a { background-color: rgb(65,54,158); }

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

border-color css

<style>
 span { border-color: #41369E; }

 span { border-color: rgb(65,54,158); }

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