Html Css Color HEX #4332A0 Blue Gem

📋 copy color: '#4332A0'

red 67 ◦ green 50 ◦ blue 160

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

Shades of Blue Gem #4332A0

Tints of Blue Gem #4332A0

RGB

 RED value IS 67 (26.56% from 255) = 24.19%

 GREEN value IS 50 (19.92% from 255) = 18.05%

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

R = 24.19%
G = 18.05%
B = 57.76%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4332A0 (or 0x4332A0) is known color: Blue Gem. HEX triplet: 43, 32 and A0. RGB value is (67,50,160). Sum of RGB (Red+Green+Blue) = 67+50+160=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 160 (62.89% from 255 or 57.76% from 277); Max value from RGB is 160 - color contains mainly: blue. Hex color #4332A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4332A0 is #BCCD5F. Grayscale: #434343. Windows color (decimal): -12373344 or 10498627. OLE color: 10498627.

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

Color convert

RGB 67 50 160 -
CMYK 0.58 0.69 0 0.37
HSL 249.27º 0.52% 0.41% -
HSV(B) 249.27º 0.69% 0.63% -
XYZ 9.8 6.01 33.9 -
YUV 67.62 180.13 127.56 -
System Red Green Blue C M Y K H S L
Decimal 67 50 160 0.58 0.69 0 0.37 249.27 0.52 0.41
Hex 43 32 A0 3A 45 0 25 F9 34 29
Octal 103 62 240 72 105 0 45 371 64 51
Binary 1000011 110010 10100000 111010 1000101 0 100101 11111001 110100 101001

Color Harmonies of #4332A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4332A0

Black with #4332A0

Text Example


Text Example

White with #4332A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,50,160); }

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

background-color css

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

 a { background-color: rgb(67,50,160); }

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

border-color css

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

 span { border-color: rgb(67,50,160); }

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