Html Css Color HEX #3D28AF Blue Gem

📋 copy color: '#3D28AF'

red 61 ◦ green 40 ◦ blue 175

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

Shades of Blue Gem #3D28AF

Tints of Blue Gem #3D28AF

RGB

 RED value IS 61 (24.22% from 255) = 22.1%

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

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

R = 22.1%
G = 14.49%
B = 63.41%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3D28AF (or 0x3D28AF) is known color: Blue Gem. HEX triplet: 3D, 28 and AF. RGB value is (61,40,175). Sum of RGB (Red+Green+Blue) = 61+40+175=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 175 (68.75% from 255 or 63.41% from 276); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D28AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D28AF is #C2D750. Grayscale: #3D3D3D. Windows color (decimal): -12769105 or 11479101. OLE color: 11479101.

HSL color Cylindrical-coordinate representation of color #3D28AF: hue angle of 249.33º 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 #3D28AF is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 61 40 175 -
CMYK 0.65 0.77 0 0.31
HSL 249.33º 0.63% 0.42% -
HSV(B) 249.33º 0.77% 0.69% -
XYZ 10.42 5.6 41.09 -
YUV 61.67 191.96 127.52 -
System Red Green Blue C M Y K H S L
Decimal 61 40 175 0.65 0.77 0 0.31 249.33 0.63 0.42
Hex 3D 28 AF 41 4D 0 1F F9 3F 2A
Octal 75 50 257 101 115 0 37 371 77 52
Binary 111101 101000 10101111 1000001 1001101 0 11111 11111001 111111 101010

Color Harmonies of #3D28AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D28AF

Black with #3D28AF

Text Example


Text Example

White with #3D28AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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