Html Css Color HEX #3A28AF Blue Gem

📋 copy color: '#3A28AF'

red 58 ◦ green 40 ◦ blue 175

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

Shades of Blue Gem #3A28AF

Tints of Blue Gem #3A28AF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.65%

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

R = 21.25%
G = 14.65%
B = 64.1%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3A28AF (or 0x3A28AF) is known color: Blue Gem. HEX triplet: 3A, 28 and AF. RGB value is (58,40,175). Sum of RGB (Red+Green+Blue) = 58+40+175=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A28AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A28AF is #C5D750. Grayscale: #3C3C3C. Windows color (decimal): -12965713 or 11479098. OLE color: 11479098.

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

Color convert

RGB 58 40 175 -
CMYK 0.67 0.77 0 0.31
HSL 248º 0.63% 0.42% -
HSV(B) 248º 0.77% 0.69% -
XYZ 10.24 5.51 41.08 -
YUV 60.77 192.46 126.02 -
System Red Green Blue C M Y K H S L
Decimal 58 40 175 0.67 0.77 0 0.31 248 0.63 0.42
Hex 3A 28 AF 43 4D 0 1F F8 3F 2A
Octal 72 50 257 103 115 0 37 370 77 52
Binary 111010 101000 10101111 1000011 1001101 0 11111 11111000 111111 101010

Color Harmonies of #3A28AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A28AF

Black with #3A28AF

Text Example


Text Example

White with #3A28AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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