Html Css Color HEX #3A6CBF Free Speech Blue

📋 copy color: '#3A6CBF'

red 58 ◦ green 108 ◦ blue 191

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

Shades of Free Speech Blue #3A6CBF

Tints of Free Speech Blue #3A6CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.25%

 BLUE value IS 191 (75% from 255) = 53.5%

R = 16.25%
G = 30.25%
B = 53.5%

CMYK

 C value IS 0.70

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A6CBF (or 0x3A6CBF) is known color: Free Speech Blue. HEX triplet: 3A, 6C and BF. RGB value is (58,108,191). Sum of RGB (Red+Green+Blue) = 58+108+191=357 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.25% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #3A6CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6CBF is #C59340. Grayscale: #666666. Windows color (decimal): -12948289 or 12545082. OLE color: 12545082.

HSL color Cylindrical-coordinate representation of color #3A6CBF: hue angle of 217.44º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A6CBF is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 108 191 -
CMYK 0.70 0.43 0 0.25
HSL 217.44º 0.53% 0.49% -
HSV(B) 217.44º 0.7% 0.75% -
XYZ 16.51 15.39 51.39 -
YUV 102.51 177.94 96.25 -
System Red Green Blue C M Y K H S L
Decimal 58 108 191 0.70 0.43 0 0.25 217.44 0.53 0.49
Hex 3A 6C BF 46 2B 0 19 D9 35 31
Octal 72 154 277 106 53 0 31 331 65 61
Binary 111010 1101100 10111111 1000110 101011 0 11001 11011001 110101 110001

Color Harmonies of #3A6CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6CBF

Black with #3A6CBF

Text Example


Text Example

White with #3A6CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,108,191); }

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

background-color css

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

 a { background-color: rgb(58,108,191); }

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

border-color css

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

 span { border-color: rgb(58,108,191); }

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