#434ACA

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

Shades of Free Speech Blue #434ACA

Tints of Free Speech Blue #434ACA

Color information

#434ACA (or 0x434ACA) is unknown color: approx Free Speech Blue. HEX triplet: 43, 4A and CA. RGB value is (67,74,202). Sum of RGB (Red+Green+Blue) = 67+74+202=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #434ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434ACA is #BCB535. Grayscale: #555555. Windows color (decimal): -12367158 or 13257283. OLE color: 13257283.

HSL color Cylindrical-coordinate representation of color #434ACA: hue angle of 236.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #434ACA is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6774202-
CMYK0.670.6300.21
HSL236.89º56.02%52.75%-
HSV(B)236.89º66.83%79.22%-
XYZ15.4210.3657.06-
YUV86.5193.18114.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.53%
GREEN value IS 74 (29.30% from 255) = 21.57%
BLUE value IS 202 (79.30% from 255) = 58.89%
R=19.53%
G=21.57%
B=58.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal67742020.670.6300.21236.8956.0252.75
Hex434ACA433F015ed3835
Octal103112312103770253557065
Binary1000011100101011001010100001111111101010111101101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434ACA; }

 p { color: rgb(67,74,202); }

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

<style>
 a { background-color: #434ACA; }

 a { background-color: rgb(67,74,202); }

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

<style>
 span { border-color: #434ACA; }

 span { border-color: rgb(67,74,202); }

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