Html Css Color HEX #3A5CCD Free Speech Blue

📋 copy color: '#3A5CCD'

red 58 ◦ green 92 ◦ blue 205

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

Shades of Free Speech Blue #3A5CCD

Tints of Free Speech Blue #3A5CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.92%

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

R = 16.34%
G = 25.92%
B = 57.75%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A5CCD (or 0x3A5CCD) is known color: Free Speech Blue. HEX triplet: 3A, 5C and CD. RGB value is (58,92,205). Sum of RGB (Red+Green+Blue) = 58+92+205=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A5CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5CCD is #C5A332. Grayscale: #5E5E5E. Windows color (decimal): -12952371 or 13458490. OLE color: 13458490.

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

Color convert

RGB 58 92 205 -
CMYK 0.72 0.55 0 0.20
HSL 226.12º 0.6% 0.52% -
HSV(B) 226.12º 0.72% 0.8% -
XYZ 16.59 12.96 59.38 -
YUV 94.72 190.24 101.81 -
System Red Green Blue C M Y K H S L
Decimal 58 92 205 0.72 0.55 0 0.20 226.12 0.6 0.52
Hex 3A 5C CD 48 37 0 14 E2 3C 34
Octal 72 134 315 110 67 0 24 342 74 64
Binary 111010 1011100 11001101 1001000 110111 0 10100 11100010 111100 110100

Color Harmonies of #3A5CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5CCD

Black with #3A5CCD

Text Example


Text Example

White with #3A5CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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