Html Css Color HEX #304DDF Free Speech Blue

📋 copy color: '#304DDF'

red 48 ◦ green 77 ◦ blue 223

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

Shades of Free Speech Blue #304DDF

Tints of Free Speech Blue #304DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.08%

R = 13.79%
G = 22.13%
B = 64.08%

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

#304DDF (or 0x304DDF) is known color: Free Speech Blue. HEX triplet: 30, 4D and DF. RGB value is (48,77,223). Sum of RGB (Red+Green+Blue) = 48+77+223=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #304DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DDF is #CFB220. Grayscale: #545454. Windows color (decimal): -13611553 or 14634288. OLE color: 14634288.

HSL color Cylindrical-coordinate representation of color #304DDF: hue angle of 230.06º degrees, saturation: 0.73, 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 #304DDF is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 77 223 -
CMYK 0.78 0.65 0 0.13
HSL 230.06º 0.73% 0.53% -
HSV(B) 230.06º 0.78% 0.87% -
XYZ 17.19 11.26 71.08 -
YUV 84.97 205.89 101.63 -
System Red Green Blue C M Y K H S L
Decimal 48 77 223 0.78 0.65 0 0.13 230.06 0.73 0.53
Hex 30 4D DF 4E 41 0 D E6 49 35
Octal 60 115 337 116 101 0 15 346 111 65
Binary 110000 1001101 11011111 1001110 1000001 0 1101 11100110 1001001 110101

Color Harmonies of #304DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304DDF

Black with #304DDF

Text Example


Text Example

White with #304DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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