#433ABD

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

Shades of Free Speech Blue #433ABD

Tints of Free Speech Blue #433ABD

Color information

#433ABD (or 0x433ABD) is unknown color: approx Free Speech Blue. HEX triplet: 43, 3A and BD. RGB value is (67,58,189). Sum of RGB (Red+Green+Blue) = 67+58+189=314 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.34% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #433ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433ABD is #BCC542. Grayscale: #4B4B4B. Windows color (decimal): -12371267 or 12401219. OLE color: 12401219.

HSL color Cylindrical-coordinate representation of color #433ABD: hue angle of 244.12º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #433ABD is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6758189-
CMYK0.650.6900.26
HSL244.12º53.04%48.43%-
HSV(B)244.12º69.31%74.12%-
XYZ13.017.8948.98-
YUV75.62191.98121.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.34%
GREEN value IS 58 (23.05% from 255) = 18.47%
BLUE value IS 189 (74.22% from 255) = 60.19%
R=21.34%
G=18.47%
B=60.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal67581890.650.6900.26244.1253.0448.43
Hex433ABD414501Af43530
Octal103722751011050323646560
Binary1000011111010101111011000001100010101101011110100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,58,189); }

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

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

 a { background-color: rgb(67,58,189); }

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

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

 span { border-color: rgb(67,58,189); }

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