Html Css Color HEX #351DAC Blue Gem

📋 copy color: '#351DAC'

red 53 ◦ green 29 ◦ blue 172

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

Shades of Blue Gem #351DAC

Tints of Blue Gem #351DAC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.42%

 BLUE value IS 172 (67.58% from 255) = 67.72%

R = 20.87%
G = 11.42%
B = 67.72%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#351DAC (or 0x351DAC) is known color: Blue Gem. HEX triplet: 35, 1D and AC. RGB value is (53,29,172). Sum of RGB (Red+Green+Blue) = 53+29+172=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #351DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351DAC is #CAE253. Grayscale: #333333. Windows color (decimal): -13296212 or 11279669. OLE color: 11279669.

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

Color convert

RGB 53 29 172 -
CMYK 0.69 0.83 0 0.33
HSL 250.07º 0.71% 0.39% -
HSV(B) 250.07º 0.83% 0.67% -
XYZ 9.35 4.61 39.43 -
YUV 52.48 195.45 128.37 -
System Red Green Blue C M Y K H S L
Decimal 53 29 172 0.69 0.83 0 0.33 250.07 0.71 0.39
Hex 35 1D AC 45 53 0 21 FA 47 27
Octal 65 35 254 105 123 0 41 372 107 47
Binary 110101 11101 10101100 1000101 1010011 0 100001 11111010 1000111 100111

Color Harmonies of #351DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351DAC

Black with #351DAC

Text Example


Text Example

White with #351DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,29,172); }

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

background-color css

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

 a { background-color: rgb(53,29,172); }

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

border-color css

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

 span { border-color: rgb(53,29,172); }

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