Html Css Color HEX #3053DB Free Speech Blue

📋 copy color: '#3053DB'

red 48 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Blue #3053DB

Tints of Free Speech Blue #3053DB

RGB

 RED value IS 48 (19.14% from 255) = 13.71%

 GREEN value IS 83 (32.81% from 255) = 23.71%

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

R = 13.71%
G = 23.71%
B = 62.57%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3053DB (or 0x3053DB) is known color: Free Speech Blue. HEX triplet: 30, 53 and DB. RGB value is (48,83,219). Sum of RGB (Red+Green+Blue) = 48+83+219=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #3053DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3053DB is #CFAC24. Grayscale: #575757. Windows color (decimal): -13610021 or 14373680. OLE color: 14373680.

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

Color convert

RGB 48 83 219 -
CMYK 0.78 0.62 0 0.14
HSL 227.72º 0.7% 0.52% -
HSV(B) 227.72º 0.78% 0.86% -
XYZ 17.1 11.93 68.42 -
YUV 88.04 201.9 99.44 -
System Red Green Blue C M Y K H S L
Decimal 48 83 219 0.78 0.62 0 0.14 227.72 0.7 0.52
Hex 30 53 DB 4E 3E 0 E E4 46 34
Octal 60 123 333 116 76 0 16 344 106 64
Binary 110000 1010011 11011011 1001110 111110 0 1110 11100100 1000110 110100

Color Harmonies of #3053DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3053DB

Black with #3053DB

Text Example


Text Example

White with #3053DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,83,219); }

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

background-color css

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

 a { background-color: rgb(48,83,219); }

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

border-color css

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

 span { border-color: rgb(48,83,219); }

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