#4332B0

Color #4332B0 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4332B0

Tints of Blue Gem #4332B0

Color information

#4332B0 (or 0x4332B0) is unknown color: approx Blue Gem. HEX triplet: 43, 32 and B0. RGB value is (67,50,176). Sum of RGB (Red+Green+Blue) = 67+50+176=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 176 (69.14% from 255 or 60.07% from 293); Max value from RGB is 176 - color contains mainly: blue. Hex color #4332B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4332B0 is #BCCD4F. Grayscale: #444444. Windows color (decimal): -12373328 or 11547203. OLE color: 11547203.

HSL color Cylindrical-coordinate representation of color #4332B0: hue angle of 248.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4332B0 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6750176-
CMYK0.620.7200.31
HSL248.1º55.75%44.31%-
HSV(B)248.1º71.59%69.02%-
XYZ11.296.6141.75-
YUV69.45188.13126.25-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.87%
GREEN value IS 50 (19.92% from 255) = 17.06%
BLUE value IS 176 (69.14% from 255) = 60.07%
R=22.87%
G=17.06%
B=60.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal67501760.620.7200.31248.155.7544.31
Hex4332B03E4801Ff8382c
Octal10362260761100373707054
Binary100001111001010110000111110100100001111111111000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4332B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4332B0;
 }
 .AnyTagClassName
 {
   color: #4332B0;
 }
</style>
background-color css

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

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

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

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

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

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