Html Css Color HEX #304EDF Free Speech Blue

📋 copy color: '#304EDF'

red 48 ◦ green 78 ◦ blue 223

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

Shades of Free Speech Blue #304EDF

Tints of Free Speech Blue #304EDF

RGB

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

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

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

R = 13.75%
G = 22.35%
B = 63.9%

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

#304EDF (or 0x304EDF) is known color: Free Speech Blue. HEX triplet: 30, 4E and DF. RGB value is (48,78,223). Sum of RGB (Red+Green+Blue) = 48+78+223=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #304EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304EDF is #CFB120. Grayscale: #545454. Windows color (decimal): -13611297 or 14634544. OLE color: 14634544.

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

Color convert

RGB 48 78 223 -
CMYK 0.78 0.65 0 0.13
HSL 229.71º 0.73% 0.53% -
HSV(B) 229.71º 0.78% 0.87% -
XYZ 17.26 11.4 71.1 -
YUV 85.56 205.56 101.21 -
System Red Green Blue C M Y K H S L
Decimal 48 78 223 0.78 0.65 0 0.13 229.71 0.73 0.53
Hex 30 4E DF 4E 41 0 D E6 49 35
Octal 60 116 337 116 101 0 15 346 111 65
Binary 110000 1001110 11011111 1001110 1000001 0 1101 11100110 1001001 110101

Color Harmonies of #304EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304EDF

Black with #304EDF

Text Example


Text Example

White with #304EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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