Html Css Color HEX #304BDF Free Speech Blue

📋 copy color: '#304BDF'

red 48 ◦ green 75 ◦ blue 223

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

Shades of Free Speech Blue #304BDF

Tints of Free Speech Blue #304BDF

RGB

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

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

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

R = 13.87%
G = 21.68%
B = 64.45%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#304BDF (or 0x304BDF) is known color: Free Speech Blue. HEX triplet: 30, 4B and DF. RGB value is (48,75,223). Sum of RGB (Red+Green+Blue) = 48+75+223=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #304BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304BDF is #CFB420. Grayscale: #535353. Windows color (decimal): -13612065 or 14633776. OLE color: 14633776.

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

Color convert

RGB 48 75 223 -
CMYK 0.78 0.66 0 0.13
HSL 230.74º 0.73% 0.53% -
HSV(B) 230.74º 0.78% 0.87% -
XYZ 17.05 10.99 71.03 -
YUV 83.8 206.55 102.47 -
System Red Green Blue C M Y K H S L
Decimal 48 75 223 0.78 0.66 0 0.13 230.74 0.73 0.53
Hex 30 4B DF 4E 42 0 D E7 49 35
Octal 60 113 337 116 102 0 15 347 111 65
Binary 110000 1001011 11011111 1001110 1000010 0 1101 11100111 1001001 110101

Color Harmonies of #304BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304BDF

Black with #304BDF

Text Example


Text Example

White with #304BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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