Html Css Color HEX #3341DB Free Speech Blue

📋 copy color: '#3341DB'

red 51 ◦ green 65 ◦ blue 219

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

Shades of Free Speech Blue #3341DB

Tints of Free Speech Blue #3341DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.37%

R = 15.22%
G = 19.4%
B = 65.37%

CMYK

 C value IS 0.77

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3341DB (or 0x3341DB) is known color: Free Speech Blue. HEX triplet: 33, 41 and DB. RGB value is (51,65,219). Sum of RGB (Red+Green+Blue) = 51+65+219=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #3341DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3341DB is #CCBE24. Grayscale: #4D4D4D. Windows color (decimal): -13418021 or 14369075. OLE color: 14369075.

HSL color Cylindrical-coordinate representation of color #3341DB: hue angle of 235º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3341DB is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 65 219 -
CMYK 0.77 0.70 0 0.14
HSL 235º 0.7% 0.53% -
HSV(B) 235º 0.77% 0.86% -
XYZ 16.04 9.6 68.03 -
YUV 78.37 207.36 108.48 -
System Red Green Blue C M Y K H S L
Decimal 51 65 219 0.77 0.70 0 0.14 235 0.7 0.53
Hex 33 41 DB 4D 46 0 E EB 46 35
Octal 63 101 333 115 106 0 16 353 106 65
Binary 110011 1000001 11011011 1001101 1000110 0 1110 11101011 1000110 110101

Color Harmonies of #3341DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3341DB

Black with #3341DB

Text Example


Text Example

White with #3341DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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