Html Css Color HEX #3A6BBD Free Speech Blue

📋 copy color: '#3A6BBD'

red 58 ◦ green 107 ◦ blue 189

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

Shades of Free Speech Blue #3A6BBD

Tints of Free Speech Blue #3A6BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.39%

R = 16.38%
G = 30.23%
B = 53.39%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3A6BBD (or 0x3A6BBD) is known color: Free Speech Blue. HEX triplet: 3A, 6B and BD. RGB value is (58,107,189). Sum of RGB (Red+Green+Blue) = 58+107+189=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #3A6BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6BBD is #C59442. Grayscale: #656565. Windows color (decimal): -12948547 or 12413754. OLE color: 12413754.

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

Color convert

RGB 58 107 189 -
CMYK 0.69 0.43 0 0.26
HSL 217.56º 0.53% 0.48% -
HSV(B) 217.56º 0.69% 0.74% -
XYZ 16.19 15.09 50.2 -
YUV 101.7 177.27 96.83 -
System Red Green Blue C M Y K H S L
Decimal 58 107 189 0.69 0.43 0 0.26 217.56 0.53 0.48
Hex 3A 6B BD 45 2B 0 1A DA 35 30
Octal 72 153 275 105 53 0 32 332 65 60
Binary 111010 1101011 10111101 1000101 101011 0 11010 11011010 110101 110000

Color Harmonies of #3A6BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6BBD

Black with #3A6BBD

Text Example


Text Example

White with #3A6BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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