Html Css Color HEX #3341DD Free Speech Blue

📋 copy color: '#3341DD'

red 51 ◦ green 65 ◦ blue 221

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

Shades of Free Speech Blue #3341DD

Tints of Free Speech Blue #3341DD

RGB

 RED value IS 51 (20.31% from 255) = 15.13%

 GREEN value IS 65 (25.78% from 255) = 19.29%

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

R = 15.13%
G = 19.29%
B = 65.58%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3341DD (or 0x3341DD) is known color: Free Speech Blue. HEX triplet: 33, 41 and DD. RGB value is (51,65,221). Sum of RGB (Red+Green+Blue) = 51+65+221=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #3341DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3341DD is #CCBE22. Grayscale: #4D4D4D. Windows color (decimal): -13418019 or 14500147. OLE color: 14500147.

HSL color Cylindrical-coordinate representation of color #3341DD: hue angle of 235.06º degrees, saturation: 0.71, 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 #3341DD is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 65 221 -
CMYK 0.77 0.71 0 0.13
HSL 235.06º 0.71% 0.53% -
HSV(B) 235.06º 0.77% 0.87% -
XYZ 16.31 9.7 69.42 -
YUV 78.6 208.36 108.32 -
System Red Green Blue C M Y K H S L
Decimal 51 65 221 0.77 0.71 0 0.13 235.06 0.71 0.53
Hex 33 41 DD 4D 47 0 D EB 47 35
Octal 63 101 335 115 107 0 15 353 107 65
Binary 110011 1000001 11011101 1001101 1000111 0 1101 11101011 1000111 110101

Color Harmonies of #3341DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3341DD

Black with #3341DD

Text Example


Text Example

White with #3341DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,65,221); }

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

background-color css

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

 a { background-color: rgb(51,65,221); }

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

border-color css

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

 span { border-color: rgb(51,65,221); }

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