Html Css Color HEX #304BDB Free Speech Blue

📋 copy color: '#304BDB'

red 48 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Blue #304BDB

Tints of Free Speech Blue #304BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.93%

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

R = 14.04%
G = 21.93%
B = 64.04%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#304BDB (or 0x304BDB) is known color: Free Speech Blue. HEX triplet: 30, 4B and DB. RGB value is (48,75,219). Sum of RGB (Red+Green+Blue) = 48+75+219=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #304BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304BDB is #CFB424. Grayscale: #525252. Windows color (decimal): -13612069 or 14371632. OLE color: 14371632.

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

Color convert

RGB 48 75 219 -
CMYK 0.78 0.66 0 0.14
HSL 230.53º 0.7% 0.52% -
HSV(B) 230.53º 0.78% 0.86% -
XYZ 16.52 10.78 68.23 -
YUV 83.34 204.55 102.79 -
System Red Green Blue C M Y K H S L
Decimal 48 75 219 0.78 0.66 0 0.14 230.53 0.7 0.52
Hex 30 4B DB 4E 42 0 E E7 46 34
Octal 60 113 333 116 102 0 16 347 106 64
Binary 110000 1001011 11011011 1001110 1000010 0 1110 11100111 1000110 110100

Color Harmonies of #304BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304BDB

Black with #304BDB

Text Example


Text Example

White with #304BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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