Html Css Color HEX #304CDE Free Speech Blue

📋 copy color: '#304CDE'

red 48 ◦ green 76 ◦ blue 222

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

Shades of Free Speech Blue #304CDE

Tints of Free Speech Blue #304CDE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.97%

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

R = 13.87%
G = 21.97%
B = 64.16%

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

#304CDE (or 0x304CDE) is known color: Free Speech Blue. HEX triplet: 30, 4C and DE. RGB value is (48,76,222). Sum of RGB (Red+Green+Blue) = 48+76+222=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #304CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304CDE is #CFB321. Grayscale: #535353. Windows color (decimal): -13611810 or 14568496. OLE color: 14568496.

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

Color convert

RGB 48 76 222 -
CMYK 0.78 0.66 0 0.13
HSL 230.34º 0.73% 0.53% -
HSV(B) 230.34º 0.78% 0.87% -
XYZ 16.99 11.07 70.35 -
YUV 84.27 205.72 102.13 -
System Red Green Blue C M Y K H S L
Decimal 48 76 222 0.78 0.66 0 0.13 230.34 0.73 0.53
Hex 30 4C DE 4E 42 0 D E6 48 35
Octal 60 114 336 116 102 0 15 346 110 65
Binary 110000 1001100 11011110 1001110 1000010 0 1101 11100110 1001000 110101

Color Harmonies of #304CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304CDE

Black with #304CDE

Text Example


Text Example

White with #304CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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