Html Css Color HEX #361CAF Blue Gem

📋 copy color: '#361CAF'

red 54 ◦ green 28 ◦ blue 175

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

Shades of Blue Gem #361CAF

Tints of Blue Gem #361CAF

RGB

 RED value IS 54 (21.48% from 255) = 21.01%

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

 BLUE value IS 175 (68.75% from 255) = 68.09%

R = 21.01%
G = 10.89%
B = 68.09%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#361CAF (or 0x361CAF) is known color: Blue Gem. HEX triplet: 36, 1C and AF. RGB value is (54,28,175). Sum of RGB (Red+Green+Blue) = 54+28+175=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #361CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361CAF is #C9E350. Grayscale: #333333. Windows color (decimal): -13230929 or 11476022. OLE color: 11476022.

HSL color Cylindrical-coordinate representation of color #361CAF: hue angle of 250.61º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #361CAF is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 54 28 175 -
CMYK 0.69 0.84 0 0.31
HSL 250.61º 0.72% 0.4% -
HSV(B) 250.61º 0.84% 0.69% -
XYZ 9.67 4.71 40.96 -
YUV 52.53 197.11 129.05 -
System Red Green Blue C M Y K H S L
Decimal 54 28 175 0.69 0.84 0 0.31 250.61 0.72 0.4
Hex 36 1C AF 45 54 0 1F FB 48 28
Octal 66 34 257 105 124 0 37 373 110 50
Binary 110110 11100 10101111 1000101 1010100 0 11111 11111011 1001000 101000

Color Harmonies of #361CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361CAF

Black with #361CAF

Text Example


Text Example

White with #361CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361CAF; }

 p { color: rgb(54,28,175); }

 H1.HeaderClassName
 {
   color: #361CAF;
 }
 .AnyTagClassName
 {
   color: #361CAF;
 }
</style>

background-color css

<style>
 a { background-color: #361CAF; }

 a { background-color: rgb(54,28,175); }

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

border-color css

<style>
 span { border-color: #361CAF; }

 span { border-color: rgb(54,28,175); }

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