Html Css Color HEX #351EAA Blue Gem

📋 copy color: '#351EAA'

red 53 ◦ green 30 ◦ blue 170

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

Shades of Blue Gem #351EAA

Tints of Blue Gem #351EAA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.86%

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

R = 20.95%
G = 11.86%
B = 67.19%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#351EAA (or 0x351EAA) is known color: Blue Gem. HEX triplet: 35, 1E and AA. RGB value is (53,30,170). Sum of RGB (Red+Green+Blue) = 53+30+170=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #351EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351EAA is #CAE155. Grayscale: #343434. Windows color (decimal): -13295958 or 11148853. OLE color: 11148853.

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

Color convert

RGB 53 30 170 -
CMYK 0.69 0.82 0 0.33
HSL 249.86º 0.7% 0.39% -
HSV(B) 249.86º 0.82% 0.67% -
XYZ 9.19 4.59 38.43 -
YUV 52.84 194.12 128.12 -
System Red Green Blue C M Y K H S L
Decimal 53 30 170 0.69 0.82 0 0.33 249.86 0.7 0.39
Hex 35 1E AA 45 52 0 21 FA 46 27
Octal 65 36 252 105 122 0 41 372 106 47
Binary 110101 11110 10101010 1000101 1010010 0 100001 11111010 1000110 100111

Color Harmonies of #351EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351EAA

Black with #351EAA

Text Example


Text Example

White with #351EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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