Html Css Color HEX #3A5FCD Free Speech Blue

📋 copy color: '#3A5FCD'

red 58 ◦ green 95 ◦ blue 205

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

Shades of Free Speech Blue #3A5FCD

Tints of Free Speech Blue #3A5FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.54%

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

R = 16.2%
G = 26.54%
B = 57.26%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A5FCD (or 0x3A5FCD) is known color: Free Speech Blue. HEX triplet: 3A, 5F and CD. RGB value is (58,95,205). Sum of RGB (Red+Green+Blue) = 58+95+205=358 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.20% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A5FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5FCD is #C5A032. Grayscale: #5F5F5F. Windows color (decimal): -12951603 or 13459258. OLE color: 13459258.

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

Color convert

RGB 58 95 205 -
CMYK 0.72 0.54 0 0.20
HSL 224.9º 0.6% 0.52% -
HSV(B) 224.9º 0.72% 0.8% -
XYZ 16.86 13.49 59.47 -
YUV 96.48 189.24 100.56 -
System Red Green Blue C M Y K H S L
Decimal 58 95 205 0.72 0.54 0 0.20 224.9 0.6 0.52
Hex 3A 5F CD 48 36 0 14 E1 3C 34
Octal 72 137 315 110 66 0 24 341 74 64
Binary 111010 1011111 11001101 1001000 110110 0 10100 11100001 111100 110100

Color Harmonies of #3A5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5FCD

Black with #3A5FCD

Text Example


Text Example

White with #3A5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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