Html Css Color HEX #351CAA Blue Gem

📋 copy color: '#351CAA'

red 53 ◦ green 28 ◦ blue 170

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

Shades of Blue Gem #351CAA

Tints of Blue Gem #351CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.16%

 BLUE value IS 170 (66.8% from 255) = 67.73%

R = 21.12%
G = 11.16%
B = 67.73%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#351CAA (or 0x351CAA) is known color: Blue Gem. HEX triplet: 35, 1C and AA. RGB value is (53,28,170). Sum of RGB (Red+Green+Blue) = 53+28+170=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #351CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351CAA is #CAE355. Grayscale: #333333. Windows color (decimal): -13296470 or 11148341. OLE color: 11148341.

HSL color Cylindrical-coordinate representation of color #351CAA: hue angle of 250.56º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #351CAA is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 28 170 -
CMYK 0.69 0.84 0 0.33
HSL 250.56º 0.72% 0.39% -
HSV(B) 250.56º 0.84% 0.67% -
XYZ 9.14 4.49 38.42 -
YUV 51.66 194.78 128.95 -
System Red Green Blue C M Y K H S L
Decimal 53 28 170 0.69 0.84 0 0.33 250.56 0.72 0.39
Hex 35 1C AA 45 54 0 21 FB 48 27
Octal 65 34 252 105 124 0 41 373 110 47
Binary 110101 11100 10101010 1000101 1010100 0 100001 11111011 1001000 100111

Color Harmonies of #351CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351CAA

Black with #351CAA

Text Example


Text Example

White with #351CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351CAA; }

 p { color: rgb(53,28,170); }

 H1.HeaderClassName
 {
   color: #351CAA;
 }
 .AnyTagClassName
 {
   color: #351CAA;
 }
</style>

background-color css

<style>
 a { background-color: #351CAA; }

 a { background-color: rgb(53,28,170); }

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

border-color css

<style>
 span { border-color: #351CAA; }

 span { border-color: rgb(53,28,170); }

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