#433BAD

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

Shades of Blue Gem #433BAD

Tints of Blue Gem #433BAD

Color information

#433BAD (or 0x433BAD) is unknown color: approx Blue Gem. HEX triplet: 43, 3B and AD. RGB value is (67,59,173). Sum of RGB (Red+Green+Blue) = 67+59+173=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #433BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433BAD is #BCC452. Grayscale: #494949. Windows color (decimal): -12371027 or 11352899. OLE color: 11352899.

HSL color Cylindrical-coordinate representation of color #433BAD: hue angle of 244.21º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #433BAD is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6759173-
CMYK0.610.6600.32
HSL244.21º49.14%45.49%-
HSV(B)244.21º65.9%67.84%-
XYZ11.427.3440.35-
YUV74.39183.65122.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.41%
GREEN value IS 59 (23.44% from 255) = 19.73%
BLUE value IS 173 (67.97% from 255) = 57.86%
R=22.41%
G=19.73%
B=57.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal67591730.610.6600.32244.2149.1445.49
Hex433BAD3D42020f4312d
Octal10373255751020403646155
Binary1000011111011101011011111011000010010000011110100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433BAD; }

 p { color: rgb(67,59,173); }

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

<style>
 a { background-color: #433BAD; }

 a { background-color: rgb(67,59,173); }

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

<style>
 span { border-color: #433BAD; }

 span { border-color: rgb(67,59,173); }

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