Html Css Color HEX #3C58CF Free Speech Blue

📋 copy color: '#3C58CF'

red 60 ◦ green 88 ◦ blue 207

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

Shades of Free Speech Blue #3C58CF

Tints of Free Speech Blue #3C58CF

RGB

 RED value IS 60 (23.83% from 255) = 16.9%

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

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

R = 16.9%
G = 24.79%
B = 58.31%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C58CF (or 0x3C58CF) is known color: Free Speech Blue. HEX triplet: 3C, 58 and CF. RGB value is (60,88,207). Sum of RGB (Red+Green+Blue) = 60+88+207=355 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.90% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C58CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C58CF is #C3A730. Grayscale: #5C5C5C. Windows color (decimal): -12822321 or 13588540. OLE color: 13588540.

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

Color convert

RGB 60 88 207 -
CMYK 0.71 0.57 0 0.19
HSL 228.57º 0.6% 0.52% -
HSV(B) 228.57º 0.71% 0.81% -
XYZ 16.62 12.45 60.56 -
YUV 93.19 192.22 104.32 -
System Red Green Blue C M Y K H S L
Decimal 60 88 207 0.71 0.57 0 0.19 228.57 0.6 0.52
Hex 3C 58 CF 47 39 0 13 E5 3C 34
Octal 74 130 317 107 71 0 23 345 74 64
Binary 111100 1011000 11001111 1000111 111001 0 10011 11100101 111100 110100

Color Harmonies of #3C58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C58CF

Black with #3C58CF

Text Example


Text Example

White with #3C58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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