Html Css Color HEX #3C58B6 Free Speech Blue

📋 copy color: '#3C58B6'

red 60 ◦ green 88 ◦ blue 182

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

Shades of Free Speech Blue #3C58B6

Tints of Free Speech Blue #3C58B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 55.15%

R = 18.18%
G = 26.67%
B = 55.15%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3C58B6 (or 0x3C58B6) is known color: Free Speech Blue. HEX triplet: 3C, 58 and B6. RGB value is (60,88,182). Sum of RGB (Red+Green+Blue) = 60+88+182=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #3C58B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C58B6 is #C3A749. Grayscale: #595959. Windows color (decimal): -12822346 or 11950140. OLE color: 11950140.

HSL color Cylindrical-coordinate representation of color #3C58B6: hue angle of 226.23º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C58B6 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 60 88 182 -
CMYK 0.67 0.52 0 0.29
HSL 226.23º 0.5% 0.47% -
HSV(B) 226.23º 0.67% 0.71% -
XYZ 13.8 11.32 45.71 -
YUV 90.34 179.72 106.36 -
System Red Green Blue C M Y K H S L
Decimal 60 88 182 0.67 0.52 0 0.29 226.23 0.5 0.47
Hex 3C 58 B6 43 34 0 1D E2 32 2F
Octal 74 130 266 103 64 0 35 342 62 57
Binary 111100 1011000 10110110 1000011 110100 0 11101 11100010 110010 101111

Color Harmonies of #3C58B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C58B6

Black with #3C58B6

Text Example


Text Example

White with #3C58B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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