Html Css Color HEX #4033AD Blue Gem

📋 copy color: '#4033AD'

red 64 ◦ green 51 ◦ blue 173

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

Shades of Blue Gem #4033AD

Tints of Blue Gem #4033AD

RGB

 RED value IS 64 (25.39% from 255) = 22.22%

 GREEN value IS 51 (20.31% from 255) = 17.71%

 BLUE value IS 173 (67.97% from 255) = 60.07%

R = 22.22%
G = 17.71%
B = 60.07%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4033AD (or 0x4033AD) is known color: Blue Gem. HEX triplet: 40, 33 and AD. RGB value is (64,51,173). Sum of RGB (Red+Green+Blue) = 64+51+173=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #4033AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4033AD is #BFCC52. Grayscale: #444444. Windows color (decimal): -12569683 or 11350848. OLE color: 11350848.

HSL color Cylindrical-coordinate representation of color #4033AD: hue angle of 246.39º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4033AD is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 51 173 -
CMYK 0.63 0.71 0 0.32
HSL 246.39º 0.54% 0.44% -
HSV(B) 246.39º 0.71% 0.68% -
XYZ 10.84 6.47 40.21 -
YUV 68.8 186.81 124.58 -
System Red Green Blue C M Y K H S L
Decimal 64 51 173 0.63 0.71 0 0.32 246.39 0.54 0.44
Hex 40 33 AD 3F 47 0 20 F6 36 2C
Octal 100 63 255 77 107 0 40 366 66 54
Binary 1000000 110011 10101101 111111 1000111 0 100000 11110110 110110 101100

Color Harmonies of #4033AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4033AD

Black with #4033AD

Text Example


Text Example

White with #4033AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4033AD; }

 p { color: rgb(64,51,173); }

 H1.HeaderClassName
 {
   color: #4033AD;
 }
 .AnyTagClassName
 {
   color: #4033AD;
 }
</style>

background-color css

<style>
 a { background-color: #4033AD; }

 a { background-color: rgb(64,51,173); }

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

border-color css

<style>
 span { border-color: #4033AD; }

 span { border-color: rgb(64,51,173); }

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