Html Css Color HEX #3B36AA Blue Gem

📋 copy color: '#3B36AA'

red 59 ◦ green 54 ◦ blue 170

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

Shades of Blue Gem #3B36AA

Tints of Blue Gem #3B36AA

RGB

 RED value IS 59 (23.44% from 255) = 20.85%

 GREEN value IS 54 (21.48% from 255) = 19.08%

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

R = 20.85%
G = 19.08%
B = 60.07%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B36AA (or 0x3B36AA) is known color: Blue Gem. HEX triplet: 3B, 36 and AA. RGB value is (59,54,170). Sum of RGB (Red+Green+Blue) = 59+54+170=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B36AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B36AA is #C4C955. Grayscale: #444444. Windows color (decimal): -12896598 or 11155003. OLE color: 11155003.

HSL color Cylindrical-coordinate representation of color #3B36AA: hue angle of 242.59º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B36AA is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 54 170 -
CMYK 0.65 0.68 0 0.33
HSL 242.59º 0.52% 0.44% -
HSV(B) 242.59º 0.68% 0.67% -
XYZ 10.38 6.47 38.73 -
YUV 68.72 185.16 121.07 -
System Red Green Blue C M Y K H S L
Decimal 59 54 170 0.65 0.68 0 0.33 242.59 0.52 0.44
Hex 3B 36 AA 41 44 0 21 F3 34 2C
Octal 73 66 252 101 104 0 41 363 64 54
Binary 111011 110110 10101010 1000001 1000100 0 100001 11110011 110100 101100

Color Harmonies of #3B36AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B36AA

Black with #3B36AA

Text Example


Text Example

White with #3B36AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B36AA; }

 p { color: rgb(59,54,170); }

 H1.HeaderClassName
 {
   color: #3B36AA;
 }
 .AnyTagClassName
 {
   color: #3B36AA;
 }
</style>

background-color css

<style>
 a { background-color: #3B36AA; }

 a { background-color: rgb(59,54,170); }

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

border-color css

<style>
 span { border-color: #3B36AA; }

 span { border-color: rgb(59,54,170); }

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