Html Css Color HEX #3A6BBE Free Speech Blue

📋 copy color: '#3A6BBE'

red 58 ◦ green 107 ◦ blue 190

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

Shades of Free Speech Blue #3A6BBE

Tints of Free Speech Blue #3A6BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 16.34%
G = 30.14%
B = 53.52%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A6BBE (or 0x3A6BBE) is known color: Free Speech Blue. HEX triplet: 3A, 6B and BE. RGB value is (58,107,190). Sum of RGB (Red+Green+Blue) = 58+107+190=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A6BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6BBE is #C59441. Grayscale: #656565. Windows color (decimal): -12948546 or 12479290. OLE color: 12479290.

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

Color convert

RGB 58 107 190 -
CMYK 0.69 0.44 0 0.25
HSL 217.73º 0.53% 0.49% -
HSV(B) 217.73º 0.69% 0.75% -
XYZ 16.3 15.13 50.78 -
YUV 101.81 177.77 96.75 -
System Red Green Blue C M Y K H S L
Decimal 58 107 190 0.69 0.44 0 0.25 217.73 0.53 0.49
Hex 3A 6B BE 45 2C 0 19 DA 35 31
Octal 72 153 276 105 54 0 31 332 65 61
Binary 111010 1101011 10111110 1000101 101100 0 11001 11011010 110101 110001

Color Harmonies of #3A6BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6BBE

Black with #3A6BBE

Text Example


Text Example

White with #3A6BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,107,190); }

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

background-color css

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

 a { background-color: rgb(58,107,190); }

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

border-color css

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

 span { border-color: rgb(58,107,190); }

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