Html Css Color HEX #35259C Blue Gem

📋 copy color: '#35259C'

red 53 ◦ green 37 ◦ blue 156

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

Shades of Blue Gem #35259C

Tints of Blue Gem #35259C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.04%

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

R = 21.54%
G = 15.04%
B = 63.41%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35259C (or 0x35259C) is known color: Blue Gem. HEX triplet: 35, 25 and 9C. RGB value is (53,37,156). Sum of RGB (Red+Green+Blue) = 53+37+156=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #35259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35259C is #CADA63. Grayscale: #363636. Windows color (decimal): -13294180 or 10233141. OLE color: 10233141.

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

Color convert

RGB 53 37 156 -
CMYK 0.66 0.76 0 0.39
HSL 248.07º 0.62% 0.38% -
HSV(B) 248.07º 0.76% 0.61% -
XYZ 8.13 4.48 31.89 -
YUV 55.35 184.8 126.32 -
System Red Green Blue C M Y K H S L
Decimal 53 37 156 0.66 0.76 0 0.39 248.07 0.62 0.38
Hex 35 25 9C 42 4C 0 27 F8 3E 26
Octal 65 45 234 102 114 0 47 370 76 46
Binary 110101 100101 10011100 1000010 1001100 0 100111 11111000 111110 100110

Color Harmonies of #35259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35259C

Black with #35259C

Text Example


Text Example

White with #35259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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