Html Css Color HEX #3A24AF Blue Gem

📋 copy color: '#3A24AF'

red 58 ◦ green 36 ◦ blue 175

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

Shades of Blue Gem #3A24AF

Tints of Blue Gem #3A24AF

RGB

 RED value IS 58 (23.05% from 255) = 21.56%

 GREEN value IS 36 (14.45% from 255) = 13.38%

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

R = 21.56%
G = 13.38%
B = 65.06%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3A24AF (or 0x3A24AF) is known color: Blue Gem. HEX triplet: 3A, 24 and AF. RGB value is (58,36,175). Sum of RGB (Red+Green+Blue) = 58+36+175=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A24AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A24AF is #C5DB50. Grayscale: #393939. Windows color (decimal): -12966737 or 11478074. OLE color: 11478074.

HSL color Cylindrical-coordinate representation of color #3A24AF: hue angle of 249.5º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A24AF is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 36 175 -
CMYK 0.67 0.79 0 0.31
HSL 249.5º 0.66% 0.41% -
HSV(B) 249.5º 0.79% 0.69% -
XYZ 10.11 5.26 41.04 -
YUV 58.42 193.79 127.7 -
System Red Green Blue C M Y K H S L
Decimal 58 36 175 0.67 0.79 0 0.31 249.5 0.66 0.41
Hex 3A 24 AF 43 4F 0 1F F9 42 29
Octal 72 44 257 103 117 0 37 371 102 51
Binary 111010 100100 10101111 1000011 1001111 0 11111 11111001 1000010 101001

Color Harmonies of #3A24AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A24AF

Black with #3A24AF

Text Example


Text Example

White with #3A24AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,36,175); }

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

background-color css

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

 a { background-color: rgb(58,36,175); }

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

border-color css

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

 span { border-color: rgb(58,36,175); }

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