Html Css Color HEX #35219C Blue Gem

📋 copy color: '#35219C'

red 53 ◦ green 33 ◦ blue 156

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

Shades of Blue Gem #35219C

Tints of Blue Gem #35219C

RGB

 RED value IS 53 (21.09% from 255) = 21.9%

 GREEN value IS 33 (13.28% from 255) = 13.64%

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

R = 21.9%
G = 13.64%
B = 64.46%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35219C (or 0x35219C) is known color: Blue Gem. HEX triplet: 35, 21 and 9C. RGB value is (53,33,156). Sum of RGB (Red+Green+Blue) = 53+33+156=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #35219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35219C is #CADE63. Grayscale: #343434. Windows color (decimal): -13295204 or 10232117. OLE color: 10232117.

HSL color Cylindrical-coordinate representation of color #35219C: hue angle of 249.76º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35219C is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 33 156 -
CMYK 0.66 0.79 0 0.39
HSL 249.76º 0.65% 0.37% -
HSV(B) 249.76º 0.79% 0.61% -
XYZ 8.01 4.24 31.85 -
YUV 53 186.13 128 -
System Red Green Blue C M Y K H S L
Decimal 53 33 156 0.66 0.79 0 0.39 249.76 0.65 0.37
Hex 35 21 9C 42 4F 0 27 FA 41 25
Octal 65 41 234 102 117 0 47 372 101 45
Binary 110101 100001 10011100 1000010 1001111 0 100111 11111010 1000001 100101

Color Harmonies of #35219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35219C

Black with #35219C

Text Example


Text Example

White with #35219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,33,156); }

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

background-color css

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

 a { background-color: rgb(53,33,156); }

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

border-color css

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

 span { border-color: rgb(53,33,156); }

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