Html Css Color HEX #3A5ECB Free Speech Blue

📋 copy color: '#3A5ECB'

red 58 ◦ green 94 ◦ blue 203

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

Shades of Free Speech Blue #3A5ECB

Tints of Free Speech Blue #3A5ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.18%

R = 16.34%
G = 26.48%
B = 57.18%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A5ECB (or 0x3A5ECB) is known color: Free Speech Blue. HEX triplet: 3A, 5E and CB. RGB value is (58,94,203). Sum of RGB (Red+Green+Blue) = 58+94+203=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A5ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5ECB is #C5A134. Grayscale: #5F5F5F. Windows color (decimal): -12951861 or 13327930. OLE color: 13327930.

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

Color convert

RGB 58 94 203 -
CMYK 0.71 0.54 0 0.20
HSL 225.1º 0.58% 0.51% -
HSV(B) 225.1º 0.71% 0.8% -
XYZ 16.53 13.22 58.18 -
YUV 95.66 188.57 101.14 -
System Red Green Blue C M Y K H S L
Decimal 58 94 203 0.71 0.54 0 0.20 225.1 0.58 0.51
Hex 3A 5E CB 47 36 0 14 E1 3A 33
Octal 72 136 313 107 66 0 24 341 72 63
Binary 111010 1011110 11001011 1000111 110110 0 10100 11100001 111010 110011

Color Harmonies of #3A5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5ECB

Black with #3A5ECB

Text Example


Text Example

White with #3A5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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