Html Css Color HEX #3A58CF Free Speech Blue

📋 copy color: '#3A58CF'

red 58 ◦ green 88 ◦ blue 207

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

Shades of Free Speech Blue #3A58CF

Tints of Free Speech Blue #3A58CF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.93%

 BLUE value IS 207 (81.25% from 255) = 58.64%

R = 16.43%
G = 24.93%
B = 58.64%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A58CF (or 0x3A58CF) is known color: Free Speech Blue. HEX triplet: 3A, 58 and CF. RGB value is (58,88,207). Sum of RGB (Red+Green+Blue) = 58+88+207=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A58CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A58CF is #C5A730. Grayscale: #5C5C5C. Windows color (decimal): -12953393 or 13588538. OLE color: 13588538.

HSL color Cylindrical-coordinate representation of color #3A58CF: hue angle of 227.92º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A58CF is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 88 207 -
CMYK 0.72 0.57 0 0.19
HSL 227.92º 0.61% 0.52% -
HSV(B) 227.92º 0.72% 0.81% -
XYZ 16.5 12.38 60.55 -
YUV 92.6 192.56 103.32 -
System Red Green Blue C M Y K H S L
Decimal 58 88 207 0.72 0.57 0 0.19 227.92 0.61 0.52
Hex 3A 58 CF 48 39 0 13 E4 3D 34
Octal 72 130 317 110 71 0 23 344 75 64
Binary 111010 1011000 11001111 1001000 111001 0 10011 11100100 111101 110100

Color Harmonies of #3A58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A58CF

Black with #3A58CF

Text Example


Text Example

White with #3A58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,88,207); }

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

background-color css

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

 a { background-color: rgb(58,88,207); }

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

border-color css

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

 span { border-color: rgb(58,88,207); }

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