Html Css Color HEX #3344DB Free Speech Blue

📋 copy color: '#3344DB'

red 51 ◦ green 68 ◦ blue 219

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

Shades of Free Speech Blue #3344DB

Tints of Free Speech Blue #3344DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.12%

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

R = 15.09%
G = 20.12%
B = 64.79%

CMYK

 C value IS 0.77

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3344DB (or 0x3344DB) is known color: Free Speech Blue. HEX triplet: 33, 44 and DB. RGB value is (51,68,219). Sum of RGB (Red+Green+Blue) = 51+68+219=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #3344DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3344DB is #CCBB24. Grayscale: #4F4F4F. Windows color (decimal): -13417253 or 14369843. OLE color: 14369843.

HSL color Cylindrical-coordinate representation of color #3344DB: hue angle of 233.93º 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 #3344DB is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 68 219 -
CMYK 0.77 0.69 0 0.14
HSL 233.93º 0.7% 0.53% -
HSV(B) 233.93º 0.77% 0.86% -
XYZ 16.22 9.95 68.08 -
YUV 80.13 206.37 107.22 -
System Red Green Blue C M Y K H S L
Decimal 51 68 219 0.77 0.69 0 0.14 233.93 0.7 0.53
Hex 33 44 DB 4D 45 0 E EA 46 35
Octal 63 104 333 115 105 0 16 352 106 65
Binary 110011 1000100 11011011 1001101 1000101 0 1110 11101010 1000110 110101

Color Harmonies of #3344DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3344DB

Black with #3344DB

Text Example


Text Example

White with #3344DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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