#433FA4

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

Shades of Blue Gem #433FA4

Tints of Blue Gem #433FA4

Color information

#433FA4 (or 0x433FA4) is unknown color: approx Blue Gem. HEX triplet: 43, 3F and A4. RGB value is (67,63,164). Sum of RGB (Red+Green+Blue) = 67+63+164=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 164 (64.45% from 255 or 55.78% from 294); Max value from RGB is 164 - color contains mainly: blue. Hex color #433FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433FA4 is #BCC05B. Grayscale: #4B4B4B. Windows color (decimal): -12370012 or 10764099. OLE color: 10764099.

HSL color Cylindrical-coordinate representation of color #433FA4: hue angle of 242.38º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #433FA4 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6763164-
CMYK0.590.6200.36
HSL242.38º44.49%44.51%-
HSV(B)242.38º61.59%64.31%-
XYZ10.797.4335.99-
YUV75.71177.83121.79-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.79%
GREEN value IS 63 (25% from 255) = 21.43%
BLUE value IS 164 (64.45% from 255) = 55.78%
R=22.79%
G=21.43%
B=55.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal67631640.590.6200.36242.3844.4944.51
Hex433FA43B3E024f22c2d
Octal1037724473760443625455
Binary100001111111110100100111011111110010010011110010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,63,164); }

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

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

 a { background-color: rgb(67,63,164); }

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

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

 span { border-color: rgb(67,63,164); }

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