Html Css Color HEX #3250DD Free Speech Blue

📋 copy color: '#3250DD'

red 50 ◦ green 80 ◦ blue 221

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

Shades of Free Speech Blue #3250DD

Tints of Free Speech Blue #3250DD

RGB

 RED value IS 50 (19.92% from 255) = 14.25%

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

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

R = 14.25%
G = 22.79%
B = 62.96%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3250DD (or 0x3250DD) is known color: Free Speech Blue. HEX triplet: 32, 50 and DD. RGB value is (50,80,221). Sum of RGB (Red+Green+Blue) = 50+80+221=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #3250DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3250DD is #CDAF22. Grayscale: #565656. Windows color (decimal): -13479715 or 14503986. OLE color: 14503986.

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

Color convert

RGB 50 80 221 -
CMYK 0.77 0.64 0 0.13
HSL 229.47º 0.72% 0.53% -
HSV(B) 229.47º 0.77% 0.87% -
XYZ 17.24 11.64 69.74 -
YUV 87.1 203.56 101.54 -
System Red Green Blue C M Y K H S L
Decimal 50 80 221 0.77 0.64 0 0.13 229.47 0.72 0.53
Hex 32 50 DD 4D 40 0 D E5 48 35
Octal 62 120 335 115 100 0 15 345 110 65
Binary 110010 1010000 11011101 1001101 1000000 0 1101 11100101 1001000 110101

Color Harmonies of #3250DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3250DD

Black with #3250DD

Text Example


Text Example

White with #3250DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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