Html Css Color HEX #351FAC Blue Gem

📋 copy color: '#351FAC'

red 53 ◦ green 31 ◦ blue 172

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

Shades of Blue Gem #351FAC

Tints of Blue Gem #351FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.11%

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

R = 20.7%
G = 12.11%
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

#351FAC (or 0x351FAC) is known color: Blue Gem. HEX triplet: 35, 1F and AC. RGB value is (53,31,172). Sum of RGB (Red+Green+Blue) = 53+31+172=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #351FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351FAC is #CAE053. Grayscale: #353535. Windows color (decimal): -13295700 or 11280181. OLE color: 11280181.

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

Color convert

RGB 53 31 172 -
CMYK 0.69 0.82 0 0.33
HSL 249.36º 0.69% 0.4% -
HSV(B) 249.36º 0.82% 0.67% -
XYZ 9.4 4.72 39.44 -
YUV 53.65 194.79 127.54 -
System Red Green Blue C M Y K H S L
Decimal 53 31 172 0.69 0.82 0 0.33 249.36 0.69 0.4
Hex 35 1F AC 45 52 0 21 F9 45 28
Octal 65 37 254 105 122 0 41 371 105 50
Binary 110101 11111 10101100 1000101 1010010 0 100001 11111001 1000101 101000

Color Harmonies of #351FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351FAC

Black with #351FAC

Text Example


Text Example

White with #351FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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