#364bd4

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

Shades of Free Speech Blue #364BD4

Tints of Free Speech Blue #364BD4

Color information

#364BD4 (or 0x364BD4) is unknown color: approx Free Speech Blue. HEX triplet: 36, 4B and D4. RGB value is (54,75,212). Sum of RGB (Red+Green+Blue) = 54+75+212=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 212 (83.20% from 255 or 62.17% from 341); Max value from RGB is 212 - color contains mainly: blue. Hex color #364BD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364BD4 is #C9B42B. Grayscale: #535353. Windows color (decimal): -13218860 or 13912886. OLE color: 13912886.

HSL color Cylindrical-coordinate representation of color #364BD4: hue angle of 232.03º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #364BD4 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5475212-
CMYK0.750.6500.17
HSL232.03º64.75%52.16%-
HSV(B)232.03º74.53%83.14%-
XYZ15.9210.5763.49-
YUV84.34200.04106.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.84%
GREEN value IS 75 (29.69% from 255) = 21.99%
BLUE value IS 212 (83.20% from 255) = 62.17%
R=15.84%
G=21.99%
B=62.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal54752120.750.6500.17232.0364.7552.16
Hex364BD44B41011e84134
Octal6611332411310102135010164
Binary11011010010111101010010010111000001010001111010001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364bd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364bd4; }

 p { color: rgb(54,75,212); }

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

<style>
 a { background-color: #364bd4; }

 a { background-color: rgb(54,75,212); }

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

<style>
 span { border-color: #364bd4; }

 span { border-color: rgb(54,75,212); }

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