Html Css Color HEX #304DDD Free Speech Blue

📋 copy color: '#304DDD'

red 48 ◦ green 77 ◦ blue 221

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

Shades of Free Speech Blue #304DDD

Tints of Free Speech Blue #304DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.25%

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

R = 13.87%
G = 22.25%
B = 63.87%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#304DDD (or 0x304DDD) is known color: Free Speech Blue. HEX triplet: 30, 4D and DD. RGB value is (48,77,221). Sum of RGB (Red+Green+Blue) = 48+77+221=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #304DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DDD is #CFB222. Grayscale: #545454. Windows color (decimal): -13611555 or 14503216. OLE color: 14503216.

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

Color convert

RGB 48 77 221 -
CMYK 0.78 0.65 0 0.13
HSL 229.94º 0.72% 0.53% -
HSV(B) 229.94º 0.78% 0.87% -
XYZ 16.92 11.16 69.67 -
YUV 84.75 204.89 101.79 -
System Red Green Blue C M Y K H S L
Decimal 48 77 221 0.78 0.65 0 0.13 229.94 0.72 0.53
Hex 30 4D DD 4E 41 0 D E6 48 35
Octal 60 115 335 116 101 0 15 346 110 65
Binary 110000 1001101 11011101 1001110 1000001 0 1101 11100110 1001000 110101

Color Harmonies of #304DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304DDD

Black with #304DDD

Text Example


Text Example

White with #304DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304DDD; }

 p { color: rgb(48,77,221); }

 H1.HeaderClassName
 {
   color: #304DDD;
 }
 .AnyTagClassName
 {
   color: #304DDD;
 }
</style>

background-color css

<style>
 a { background-color: #304DDD; }

 a { background-color: rgb(48,77,221); }

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

border-color css

<style>
 span { border-color: #304DDD; }

 span { border-color: rgb(48,77,221); }

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