Html Css Color HEX #35249C Blue Gem

📋 copy color: '#35249C'

red 53 ◦ green 36 ◦ blue 156

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

Shades of Blue Gem #35249C

Tints of Blue Gem #35249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

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

R = 21.63%
G = 14.69%
B = 63.67%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35249C (or 0x35249C) is known color: Blue Gem. HEX triplet: 35, 24 and 9C. RGB value is (53,36,156). Sum of RGB (Red+Green+Blue) = 53+36+156=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #35249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35249C is #CADB63. Grayscale: #363636. Windows color (decimal): -13294436 or 10232885. OLE color: 10232885.

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

Color convert

RGB 53 36 156 -
CMYK 0.66 0.77 0 0.39
HSL 248.5º 0.63% 0.38% -
HSV(B) 248.5º 0.77% 0.61% -
XYZ 8.1 4.42 31.88 -
YUV 54.76 185.13 126.74 -
System Red Green Blue C M Y K H S L
Decimal 53 36 156 0.66 0.77 0 0.39 248.5 0.63 0.38
Hex 35 24 9C 42 4D 0 27 F9 3E 26
Octal 65 44 234 102 115 0 47 371 76 46
Binary 110101 100100 10011100 1000010 1001101 0 100111 11111001 111110 100110

Color Harmonies of #35249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35249C

Black with #35249C

Text Example


Text Example

White with #35249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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