Html Css Color HEX #3A5BCC Free Speech Blue

📋 copy color: '#3A5BCC'

red 58 ◦ green 91 ◦ blue 204

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

Shades of Free Speech Blue #3A5BCC

Tints of Free Speech Blue #3A5BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.78%

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

R = 16.43%
G = 25.78%
B = 57.79%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A5BCC (or 0x3A5BCC) is known color: Free Speech Blue. HEX triplet: 3A, 5B and CC. RGB value is (58,91,204). Sum of RGB (Red+Green+Blue) = 58+91+204=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A5BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5BCC is #C5A433. Grayscale: #5D5D5D. Windows color (decimal): -12952628 or 13392698. OLE color: 13392698.

HSL color Cylindrical-coordinate representation of color #3A5BCC: hue angle of 226.44º 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 #3A5BCC is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 91 204 -
CMYK 0.72 0.55 0 0.2
HSL 226.44º 0.59% 0.51% -
HSV(B) 226.44º 0.72% 0.8% -
XYZ 16.39 12.74 58.72 -
YUV 94.02 190.07 102.31 -
System Red Green Blue C M Y K H S L
Decimal 58 91 204 0.72 0.55 0 0.2 226.44 0.59 0.51
Hex 3A 5B CC 48 37 0 14 E2 3B 33
Octal 72 133 314 110 67 0 24 342 73 63
Binary 111010 1011011 11001100 1001000 110111 0 10100 11100010 111011 110011

Color Harmonies of #3A5BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5BCC

Black with #3A5BCC

Text Example


Text Example

White with #3A5BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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