#334BCF

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

Shades of Free Speech Blue #334BCF

Tints of Free Speech Blue #334BCF

Color information

#334BCF (or 0x334BCF) is unknown color: approx Free Speech Blue. HEX triplet: 33, 4B and CF. RGB value is (51,75,207). Sum of RGB (Red+Green+Blue) = 51+75+207=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #334BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334BCF is #CCB430. Grayscale: #525252. Windows color (decimal): -13415473 or 13585203. OLE color: 13585203.

HSL color Cylindrical-coordinate representation of color #334BCF: hue angle of 230.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #334BCF is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5175207-
CMYK0.750.6400.19
HSL230.77º61.9%50.59%-
HSV(B)230.77º75.36%81.18%-
XYZ15.1410.2460.21-
YUV82.87198.05105.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.32%
GREEN value IS 75 (29.69% from 255) = 22.52%
BLUE value IS 207 (81.25% from 255) = 62.16%
R=15.32%
G=22.52%
B=62.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal51752070.750.6400.19230.7761.950.59
Hex334BCF4B40013e73e33
Octal631133171131000233477663
Binary1100111001011110011111001011100000001001111100111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334BCF; }

 p { color: rgb(51,75,207); }

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

<style>
 a { background-color: #334BCF; }

 a { background-color: rgb(51,75,207); }

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

<style>
 span { border-color: #334BCF; }

 span { border-color: rgb(51,75,207); }

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