Html Css Color HEX #35229B Blue Gem

📋 copy color: '#35229B'

red 53 ◦ green 34 ◦ blue 155

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

Shades of Blue Gem #35229B

Tints of Blue Gem #35229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.05%

 BLUE value IS 155 (60.94% from 255) = 64.05%

R = 21.9%
G = 14.05%
B = 64.05%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35229B (or 0x35229B) is known color: Blue Gem. HEX triplet: 35, 22 and 9B. RGB value is (53,34,155). Sum of RGB (Red+Green+Blue) = 53+34+155=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #35229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35229B is #CADD64. Grayscale: #353535. Windows color (decimal): -13294949 or 10166837. OLE color: 10166837.

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

Color convert

RGB 53 34 155 -
CMYK 0.66 0.78 0 0.39
HSL 249.42º 0.64% 0.37% -
HSV(B) 249.42º 0.78% 0.61% -
XYZ 7.96 4.27 31.41 -
YUV 53.48 185.29 127.66 -
System Red Green Blue C M Y K H S L
Decimal 53 34 155 0.66 0.78 0 0.39 249.42 0.64 0.37
Hex 35 22 9B 42 4E 0 27 F9 40 25
Octal 65 42 233 102 116 0 47 371 100 45
Binary 110101 100010 10011011 1000010 1001110 0 100111 11111001 1000000 100101

Color Harmonies of #35229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35229B

Black with #35229B

Text Example


Text Example

White with #35229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35229B; }

 p { color: rgb(53,34,155); }

 H1.HeaderClassName
 {
   color: #35229B;
 }
 .AnyTagClassName
 {
   color: #35229B;
 }
</style>

background-color css

<style>
 a { background-color: #35229B; }

 a { background-color: rgb(53,34,155); }

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

border-color css

<style>
 span { border-color: #35229B; }

 span { border-color: rgb(53,34,155); }

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