Html Css Color HEX #3A5DCC Free Speech Blue

📋 copy color: '#3A5DCC'

red 58 ◦ green 93 ◦ blue 204

#3A5DCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #3A5DCC

Tints of Free Speech Blue #3A5DCC

RGB

 RED value IS 58 (23.05% from 255) = 16.34%

 GREEN value IS 93 (36.72% from 255) = 26.2%

 BLUE value IS 204 (80.08% from 255) = 57.46%

R = 16.34%
G = 26.2%
B = 57.46%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A5DCC (or 0x3A5DCC) is known color: Free Speech Blue. HEX triplet: 3A, 5D and CC. RGB value is (58,93,204). Sum of RGB (Red+Green+Blue) = 58+93+204=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A5DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5DCC is #C5A233. Grayscale: #5E5E5E. Windows color (decimal): -12952116 or 13393210. OLE color: 13393210.

HSL color Cylindrical-coordinate representation of color #3A5DCC: hue angle of 225.62º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A5DCC is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 93 204 -
CMYK 0.72 0.54 0 0.2
HSL 225.62º 0.59% 0.51% -
HSV(B) 225.62º 0.72% 0.8% -
XYZ 16.56 13.09 58.78 -
YUV 95.19 189.4 101.47 -
System Red Green Blue C M Y K H S L
Decimal 58 93 204 0.72 0.54 0 0.2 225.62 0.59 0.51
Hex 3A 5D CC 48 36 0 14 E2 3B 33
Octal 72 135 314 110 66 0 24 342 73 63
Binary 111010 1011101 11001100 1001000 110110 0 10100 11100010 111011 110011

Color Harmonies of #3A5DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5DCC

Black with #3A5DCC

Text Example


Text Example

White with #3A5DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A5DCC; }

 p { color: rgb(58,93,204); }

 H1.HeaderClassName
 {
   color: #3A5DCC;
 }
 .AnyTagClassName
 {
   color: #3A5DCC;
 }
</style>

background-color css

<style>
 a { background-color: #3A5DCC; }

 a { background-color: rgb(58,93,204); }

 div.DivClassName
 {
   background-color: #3A5DCC;
 }
 .BgClassName
 {
   background-color: #3A5DCC;
 }
</style>

border-color css

<style>
 span { border-color: #3A5DCC; }

 span { border-color: rgb(58,93,204); }

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