Html Css Color HEX #4033A0 Blue Gem

📋 copy color: '#4033A0'

red 64 ◦ green 51 ◦ blue 160

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

Shades of Blue Gem #4033A0

Tints of Blue Gem #4033A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 58.18%

R = 23.27%
G = 18.55%
B = 58.18%

CMYK

 C value IS 0.6

 M value IS 0.68

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4033A0 (or 0x4033A0) is known color: Blue Gem. HEX triplet: 40, 33 and A0. RGB value is (64,51,160). Sum of RGB (Red+Green+Blue) = 64+51+160=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 160 (62.89% from 255 or 58.18% from 275); Max value from RGB is 160 - color contains mainly: blue. Hex color #4033A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4033A0 is #BFCC5F. Grayscale: #424242. Windows color (decimal): -12569696 or 10498880. OLE color: 10498880.

HSL color Cylindrical-coordinate representation of color #4033A0: hue angle of 247.16º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4033A0 is Cyan = 0.6, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 51 160 -
CMYK 0.6 0.68 0 0.37
HSL 247.16º 0.52% 0.41% -
HSV(B) 247.16º 0.68% 0.63% -
XYZ 9.64 6 33.91 -
YUV 67.31 180.31 125.64 -
System Red Green Blue C M Y K H S L
Decimal 64 51 160 0.6 0.68 0 0.37 247.16 0.52 0.41
Hex 40 33 A0 3C 44 0 25 F7 34 29
Octal 100 63 240 74 104 0 45 367 64 51
Binary 1000000 110011 10100000 111100 1000100 0 100101 11110111 110100 101001

Color Harmonies of #4033A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4033A0

Black with #4033A0

Text Example


Text Example

White with #4033A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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