Html Css Color HEX #3850BD Free Speech Blue

📋 copy color: '#3850BD'

red 56 ◦ green 80 ◦ blue 189

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

Shades of Free Speech Blue #3850BD

Tints of Free Speech Blue #3850BD

RGB

 RED value IS 56 (22.27% from 255) = 17.23%

 GREEN value IS 80 (31.64% from 255) = 24.62%

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

R = 17.23%
G = 24.62%
B = 58.15%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3850BD (or 0x3850BD) is known color: Free Speech Blue. HEX triplet: 38, 50 and BD. RGB value is (56,80,189). Sum of RGB (Red+Green+Blue) = 56+80+189=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #3850BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3850BD is #C7AF42. Grayscale: #545454. Windows color (decimal): -13086531 or 12406840. OLE color: 12406840.

HSL color Cylindrical-coordinate representation of color #3850BD: hue angle of 229.17º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3850BD is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 80 189 -
CMYK 0.70 0.58 0 0.26
HSL 229.17º 0.54% 0.48% -
HSV(B) 229.17º 0.7% 0.74% -
XYZ 13.68 10.25 49.4 -
YUV 85.25 186.55 107.14 -
System Red Green Blue C M Y K H S L
Decimal 56 80 189 0.70 0.58 0 0.26 229.17 0.54 0.48
Hex 38 50 BD 46 3A 0 1A E5 36 30
Octal 70 120 275 106 72 0 32 345 66 60
Binary 111000 1010000 10111101 1000110 111010 0 11010 11100101 110110 110000

Color Harmonies of #3850BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3850BD

Black with #3850BD

Text Example


Text Example

White with #3850BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3850BD; }

 p { color: rgb(56,80,189); }

 H1.HeaderClassName
 {
   color: #3850BD;
 }
 .AnyTagClassName
 {
   color: #3850BD;
 }
</style>

background-color css

<style>
 a { background-color: #3850BD; }

 a { background-color: rgb(56,80,189); }

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

border-color css

<style>
 span { border-color: #3850BD; }

 span { border-color: rgb(56,80,189); }

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