Html Css Color HEX #41349C Blue Gem

📋 copy color: '#41349C'

red 65 ◦ green 52 ◦ blue 156

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

Shades of Blue Gem #41349C

Tints of Blue Gem #41349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.05%

 BLUE value IS 156 (61.33% from 255) = 57.14%

R = 23.81%
G = 19.05%
B = 57.14%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41349C (or 0x41349C) is known color: Blue Gem. HEX triplet: 41, 34 and 9C. RGB value is (65,52,156). Sum of RGB (Red+Green+Blue) = 65+52+156=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #41349C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41349C is #BECB63. Grayscale: #434343. Windows color (decimal): -12503908 or 10236993. OLE color: 10236993.

HSL color Cylindrical-coordinate representation of color #41349C: hue angle of 247.5º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41349C is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 52 156 -
CMYK 0.58 0.67 0 0.39
HSL 247.5º 0.5% 0.41% -
HSV(B) 247.5º 0.67% 0.61% -
XYZ 9.41 5.98 32.11 -
YUV 67.74 177.81 126.04 -
System Red Green Blue C M Y K H S L
Decimal 65 52 156 0.58 0.67 0 0.39 247.5 0.5 0.41
Hex 41 34 9C 3A 43 0 27 F8 32 29
Octal 101 64 234 72 103 0 47 370 62 51
Binary 1000001 110100 10011100 111010 1000011 0 100111 11111000 110010 101001

Color Harmonies of #41349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41349C

Black with #41349C

Text Example


Text Example

White with #41349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41349C; }

 p { color: rgb(65,52,156); }

 H1.HeaderClassName
 {
   color: #41349C;
 }
 .AnyTagClassName
 {
   color: #41349C;
 }
</style>

background-color css

<style>
 a { background-color: #41349C; }

 a { background-color: rgb(65,52,156); }

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

border-color css

<style>
 span { border-color: #41349C; }

 span { border-color: rgb(65,52,156); }

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