Html Css Color HEX #304EDB Free Speech Blue

📋 copy color: '#304EDB'

red 48 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Blue #304EDB

Tints of Free Speech Blue #304EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.61%

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

R = 13.91%
G = 22.61%
B = 63.48%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#304EDB (or 0x304EDB) is known color: Free Speech Blue. HEX triplet: 30, 4E and DB. RGB value is (48,78,219). Sum of RGB (Red+Green+Blue) = 48+78+219=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #304EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304EDB is #CFB124. Grayscale: #545454. Windows color (decimal): -13611301 or 14372400. OLE color: 14372400.

HSL color Cylindrical-coordinate representation of color #304EDB: hue angle of 229.47º 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 #304EDB is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 78 219 -
CMYK 0.78 0.64 0 0.14
HSL 229.47º 0.7% 0.52% -
HSV(B) 229.47º 0.78% 0.86% -
XYZ 16.73 11.19 68.3 -
YUV 85.1 203.56 101.54 -
System Red Green Blue C M Y K H S L
Decimal 48 78 219 0.78 0.64 0 0.14 229.47 0.7 0.52
Hex 30 4E DB 4E 40 0 E E5 46 34
Octal 60 116 333 116 100 0 16 345 106 64
Binary 110000 1001110 11011011 1001110 1000000 0 1110 11100101 1000110 110100

Color Harmonies of #304EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304EDB

Black with #304EDB

Text Example


Text Example

White with #304EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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