Html Css Color HEX #3C6BBC Free Speech Blue

📋 copy color: '#3C6BBC'

red 60 ◦ green 107 ◦ blue 188

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

Shades of Free Speech Blue #3C6BBC

Tints of Free Speech Blue #3C6BBC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.14%

 BLUE value IS 188 (73.83% from 255) = 52.96%

R = 16.9%
G = 30.14%
B = 52.96%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C6BBC (or 0x3C6BBC) is known color: Free Speech Blue. HEX triplet: 3C, 6B and BC. RGB value is (60,107,188). Sum of RGB (Red+Green+Blue) = 60+107+188=355 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.90% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C6BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6BBC is #C39443. Grayscale: #656565. Windows color (decimal): -12817476 or 12348220. OLE color: 12348220.

HSL color Cylindrical-coordinate representation of color #3C6BBC: hue angle of 217.97º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C6BBC is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 107 188 -
CMYK 0.68 0.43 0 0.26
HSL 217.97º 0.52% 0.49% -
HSV(B) 217.97º 0.68% 0.74% -
XYZ 16.2 15.11 49.64 -
YUV 102.18 176.43 97.91 -
System Red Green Blue C M Y K H S L
Decimal 60 107 188 0.68 0.43 0 0.26 217.97 0.52 0.49
Hex 3C 6B BC 44 2B 0 1A DA 34 31
Octal 74 153 274 104 53 0 32 332 64 61
Binary 111100 1101011 10111100 1000100 101011 0 11010 11011010 110100 110001

Color Harmonies of #3C6BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6BBC

Black with #3C6BBC

Text Example


Text Example

White with #3C6BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,107,188); }

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

background-color css

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

 a { background-color: rgb(60,107,188); }

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

border-color css

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

 span { border-color: rgb(60,107,188); }

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