Html Css Color HEX #3850DD Free Speech Blue

📋 copy color: '#3850DD'

red 56 ◦ green 80 ◦ blue 221

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

Shades of Free Speech Blue #3850DD

Tints of Free Speech Blue #3850DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.9%

R = 15.69%
G = 22.41%
B = 61.9%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3850DD (or 0x3850DD) is known color: Free Speech Blue. HEX triplet: 38, 50 and DD. RGB value is (56,80,221). Sum of RGB (Red+Green+Blue) = 56+80+221=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #3850DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3850DD is #C7AF22. Grayscale: #585858. Windows color (decimal): -13086499 or 14503992. OLE color: 14503992.

HSL color Cylindrical-coordinate representation of color #3850DD: hue angle of 231.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3850DD is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 80 221 -
CMYK 0.75 0.64 0 0.13
HSL 231.27º 0.71% 0.54% -
HSV(B) 231.27º 0.75% 0.87% -
XYZ 17.55 11.8 69.76 -
YUV 88.9 202.55 104.54 -
System Red Green Blue C M Y K H S L
Decimal 56 80 221 0.75 0.64 0 0.13 231.27 0.71 0.54
Hex 38 50 DD 4B 40 0 D E7 47 36
Octal 70 120 335 113 100 0 15 347 107 66
Binary 111000 1010000 11011101 1001011 1000000 0 1101 11100111 1000111 110110

Color Harmonies of #3850DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3850DD

Black with #3850DD

Text Example


Text Example

White with #3850DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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