Html Css Color HEX #3A5EBB Free Speech Blue

📋 copy color: '#3A5EBB'

red 58 ◦ green 94 ◦ blue 187

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

Shades of Free Speech Blue #3A5EBB

Tints of Free Speech Blue #3A5EBB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.73%

 BLUE value IS 187 (73.44% from 255) = 55.16%

R = 17.11%
G = 27.73%
B = 55.16%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A5EBB (or 0x3A5EBB) is known color: Free Speech Blue. HEX triplet: 3A, 5E and BB. RGB value is (58,94,187). Sum of RGB (Red+Green+Blue) = 58+94+187=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A5EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5EBB is #C5A144. Grayscale: #5D5D5D. Windows color (decimal): -12951877 or 12279354. OLE color: 12279354.

HSL color Cylindrical-coordinate representation of color #3A5EBB: hue angle of 223.26º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A5EBB is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 94 187 -
CMYK 0.69 0.50 0 0.27
HSL 223.26º 0.53% 0.48% -
HSV(B) 223.26º 0.69% 0.73% -
XYZ 14.72 12.49 48.65 -
YUV 93.84 180.57 102.44 -
System Red Green Blue C M Y K H S L
Decimal 58 94 187 0.69 0.50 0 0.27 223.26 0.53 0.48
Hex 3A 5E BB 45 32 0 1B DF 35 30
Octal 72 136 273 105 62 0 33 337 65 60
Binary 111010 1011110 10111011 1000101 110010 0 11011 11011111 110101 110000

Color Harmonies of #3A5EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5EBB

Black with #3A5EBB

Text Example


Text Example

White with #3A5EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,94,187); }

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

background-color css

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

 a { background-color: rgb(58,94,187); }

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

border-color css

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

 span { border-color: rgb(58,94,187); }

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