Html Css Color HEX #304BDE Free Speech Blue

📋 copy color: '#304BDE'

red 48 ◦ green 75 ◦ blue 222

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

Shades of Free Speech Blue #304BDE

Tints of Free Speech Blue #304BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.35%

R = 13.91%
G = 21.74%
B = 64.35%

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

#304BDE (or 0x304BDE) is known color: Free Speech Blue. HEX triplet: 30, 4B and DE. RGB value is (48,75,222). Sum of RGB (Red+Green+Blue) = 48+75+222=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 222 (87.11% from 255 or 64.35% from 345); Max value from RGB is 222 - color contains mainly: blue. Hex color #304BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304BDE is #CFB421. Grayscale: #535353. Windows color (decimal): -13612066 or 14568240. OLE color: 14568240.

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

Color convert

RGB 48 75 222 -
CMYK 0.78 0.66 0 0.13
HSL 230.69º 0.73% 0.53% -
HSV(B) 230.69º 0.78% 0.87% -
XYZ 16.92 10.93 70.33 -
YUV 83.69 206.05 102.55 -
System Red Green Blue C M Y K H S L
Decimal 48 75 222 0.78 0.66 0 0.13 230.69 0.73 0.53
Hex 30 4B DE 4E 42 0 D E7 48 35
Octal 60 113 336 116 102 0 15 347 110 65
Binary 110000 1001011 11011110 1001110 1000010 0 1101 11100111 1001000 110101

Color Harmonies of #304BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304BDE

Black with #304BDE

Text Example


Text Example

White with #304BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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