Html Css Color HEX #361DAF Blue Gem

📋 copy color: '#361DAF'

red 54 ◦ green 29 ◦ blue 175

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

Shades of Blue Gem #361DAF

Tints of Blue Gem #361DAF

RGB

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

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

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

R = 20.93%
G = 11.24%
B = 67.83%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#361DAF (or 0x361DAF) is known color: Blue Gem. HEX triplet: 36, 1D and AF. RGB value is (54,29,175). Sum of RGB (Red+Green+Blue) = 54+29+175=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 175 (68.75% from 255 or 67.83% from 258); Max value from RGB is 175 - color contains mainly: blue. Hex color #361DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361DAF is #C9E250. Grayscale: #343434. Windows color (decimal): -13230673 or 11476278. OLE color: 11476278.

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

Color convert

RGB 54 29 175 -
CMYK 0.69 0.83 0 0.31
HSL 250.27º 0.72% 0.4% -
HSV(B) 250.27º 0.83% 0.69% -
XYZ 9.7 4.76 40.96 -
YUV 53.12 196.78 128.63 -
System Red Green Blue C M Y K H S L
Decimal 54 29 175 0.69 0.83 0 0.31 250.27 0.72 0.4
Hex 36 1D AF 45 53 0 1F FA 48 28
Octal 66 35 257 105 123 0 37 372 110 50
Binary 110110 11101 10101111 1000101 1010011 0 11111 11111010 1001000 101000

Color Harmonies of #361DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361DAF

Black with #361DAF

Text Example


Text Example

White with #361DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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