Html Css Color HEX #4033AB Blue Gem

📋 copy color: '#4033AB'

red 64 ◦ green 51 ◦ blue 171

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

Shades of Blue Gem #4033AB

Tints of Blue Gem #4033AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.79%

R = 22.38%
G = 17.83%
B = 59.79%

CMYK

 C value IS 0.63

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4033AB (or 0x4033AB) is known color: Blue Gem. HEX triplet: 40, 33 and AB. RGB value is (64,51,171). Sum of RGB (Red+Green+Blue) = 64+51+171=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #4033AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4033AB is #BFCC54. Grayscale: #444444. Windows color (decimal): -12569685 or 11219776. OLE color: 11219776.

HSL color Cylindrical-coordinate representation of color #4033AB: hue angle of 246.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4033AB is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 51 171 -
CMYK 0.63 0.70 0 0.33
HSL 246.5º 0.54% 0.44% -
HSV(B) 246.5º 0.7% 0.67% -
XYZ 10.65 6.4 39.2 -
YUV 68.57 185.81 124.74 -
System Red Green Blue C M Y K H S L
Decimal 64 51 171 0.63 0.70 0 0.33 246.5 0.54 0.44
Hex 40 33 AB 3F 46 0 21 F6 36 2C
Octal 100 63 253 77 106 0 41 366 66 54
Binary 1000000 110011 10101011 111111 1000110 0 100001 11110110 110110 101100

Color Harmonies of #4033AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4033AB

Black with #4033AB

Text Example


Text Example

White with #4033AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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