Html Css Color HEX #3A5BCD Free Speech Blue

📋 copy color: '#3A5BCD'

red 58 ◦ green 91 ◦ blue 205

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

Shades of Free Speech Blue #3A5BCD

Tints of Free Speech Blue #3A5BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.91%

R = 16.38%
G = 25.71%
B = 57.91%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A5BCD (or 0x3A5BCD) is known color: Free Speech Blue. HEX triplet: 3A, 5B and CD. RGB value is (58,91,205). Sum of RGB (Red+Green+Blue) = 58+91+205=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A5BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5BCD is #C5A432. Grayscale: #5D5D5D. Windows color (decimal): -12952627 or 13458234. OLE color: 13458234.

HSL color Cylindrical-coordinate representation of color #3A5BCD: hue angle of 226.53º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A5BCD is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 91 205 -
CMYK 0.72 0.56 0 0.20
HSL 226.53º 0.6% 0.52% -
HSV(B) 226.53º 0.72% 0.8% -
XYZ 16.51 12.79 59.36 -
YUV 94.13 190.57 102.23 -
System Red Green Blue C M Y K H S L
Decimal 58 91 205 0.72 0.56 0 0.20 226.53 0.6 0.52
Hex 3A 5B CD 48 38 0 14 E3 3C 34
Octal 72 133 315 110 70 0 24 343 74 64
Binary 111010 1011011 11001101 1001000 111000 0 10100 11100011 111100 110100

Color Harmonies of #3A5BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5BCD

Black with #3A5BCD

Text Example


Text Example

White with #3A5BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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