#375CCA

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

Shades of Free Speech Blue #375CCA

Tints of Free Speech Blue #375CCA

Color information

#375CCA (or 0x375CCA) is unknown color: approx Free Speech Blue. HEX triplet: 37, 5C and CA. RGB value is (55,92,202). Sum of RGB (Red+Green+Blue) = 55+92+202=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #375CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375CCA is #C8A335. Grayscale: #5D5D5D. Windows color (decimal): -13148982 or 13261879. OLE color: 13261879.

HSL color Cylindrical-coordinate representation of color #375CCA: hue angle of 224.9º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #375CCA is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5592202-
CMYK0.730.5400.21
HSL224.9º58.1%50.39%-
HSV(B)224.9º72.77%79.22%-
XYZ16.0612.7357.49-
YUV93.48189.24100.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.76%
GREEN value IS 92 (36.33% from 255) = 26.36%
BLUE value IS 202 (79.30% from 255) = 57.88%
R=15.76%
G=26.36%
B=57.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal55922020.730.5400.21224.958.150.39
Hex375CCA4936015e13a32
Octal67134312111660253417262
Binary110111101110011001010100100111011001010111100001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375CCA; }

 p { color: rgb(55,92,202); }

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

<style>
 a { background-color: #375CCA; }

 a { background-color: rgb(55,92,202); }

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

<style>
 span { border-color: #375CCA; }

 span { border-color: rgb(55,92,202); }

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