Html Css Color HEX #304DD7 Free Speech Blue

📋 copy color: '#304DD7'

red 48 ◦ green 77 ◦ blue 215

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

Shades of Free Speech Blue #304DD7

Tints of Free Speech Blue #304DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 63.24%

R = 14.12%
G = 22.65%
B = 63.24%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#304DD7 (or 0x304DD7) is known color: Free Speech Blue. HEX triplet: 30, 4D and D7. RGB value is (48,77,215). Sum of RGB (Red+Green+Blue) = 48+77+215=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 215 (84.38% from 255 or 63.24% from 340); Max value from RGB is 215 - color contains mainly: blue. Hex color #304DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DD7 is #CFB228. Grayscale: #535353. Windows color (decimal): -13611561 or 14110000. OLE color: 14110000.

HSL color Cylindrical-coordinate representation of color #304DD7: hue angle of 229.58º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #304DD7 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 77 215 -
CMYK 0.78 0.64 0 0.16
HSL 229.58º 0.68% 0.52% -
HSV(B) 229.58º 0.78% 0.84% -
XYZ 16.14 10.84 65.53 -
YUV 84.06 201.89 102.28 -
System Red Green Blue C M Y K H S L
Decimal 48 77 215 0.78 0.64 0 0.16 229.58 0.68 0.52
Hex 30 4D D7 4E 40 0 10 E6 44 34
Octal 60 115 327 116 100 0 20 346 104 64
Binary 110000 1001101 11010111 1001110 1000000 0 10000 11100110 1000100 110100

Color Harmonies of #304DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304DD7

Black with #304DD7

Text Example


Text Example

White with #304DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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