Html Css Color HEX #3B23AE Blue Gem

📋 copy color: '#3B23AE'

red 59 ◦ green 35 ◦ blue 174

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

Shades of Blue Gem #3B23AE

Tints of Blue Gem #3B23AE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.06%

 BLUE value IS 174 (68.36% from 255) = 64.93%

R = 22.01%
G = 13.06%
B = 64.93%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3B23AE (or 0x3B23AE) is known color: Blue Gem. HEX triplet: 3B, 23 and AE. RGB value is (59,35,174). Sum of RGB (Red+Green+Blue) = 59+35+174=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B23AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B23AE is #C4DC51. Grayscale: #393939. Windows color (decimal): -12901458 or 11412283. OLE color: 11412283.

HSL color Cylindrical-coordinate representation of color #3B23AE: hue angle of 250.36º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B23AE is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 59 35 174 -
CMYK 0.66 0.80 0 0.32
HSL 250.36º 0.67% 0.41% -
HSV(B) 250.36º 0.8% 0.68% -
XYZ 10.04 5.19 40.52 -
YUV 58.02 193.45 128.7 -
System Red Green Blue C M Y K H S L
Decimal 59 35 174 0.66 0.80 0 0.32 250.36 0.67 0.41
Hex 3B 23 AE 42 50 0 20 FA 43 29
Octal 73 43 256 102 120 0 40 372 103 51
Binary 111011 100011 10101110 1000010 1010000 0 100000 11111010 1000011 101001

Color Harmonies of #3B23AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B23AE

Black with #3B23AE

Text Example


Text Example

White with #3B23AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,35,174); }

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

background-color css

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

 a { background-color: rgb(59,35,174); }

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

border-color css

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

 span { border-color: rgb(59,35,174); }

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