Html Css Color HEX #304CDC Free Speech Blue

📋 copy color: '#304CDC'

red 48 ◦ green 76 ◦ blue 220

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

Shades of Free Speech Blue #304CDC

Tints of Free Speech Blue #304CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.95%

R = 13.95%
G = 22.09%
B = 63.95%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#304CDC (or 0x304CDC) is known color: Free Speech Blue. HEX triplet: 30, 4C and DC. RGB value is (48,76,220). Sum of RGB (Red+Green+Blue) = 48+76+220=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #304CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304CDC is #CFB323. Grayscale: #535353. Windows color (decimal): -13611812 or 14437424. OLE color: 14437424.

HSL color Cylindrical-coordinate representation of color #304CDC: hue angle of 230.23º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #304CDC is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 76 220 -
CMYK 0.78 0.65 0 0.14
HSL 230.23º 0.71% 0.53% -
HSV(B) 230.23º 0.78% 0.86% -
XYZ 16.72 10.96 68.95 -
YUV 84.04 204.72 102.29 -
System Red Green Blue C M Y K H S L
Decimal 48 76 220 0.78 0.65 0 0.14 230.23 0.71 0.53
Hex 30 4C DC 4E 41 0 E E6 47 35
Octal 60 114 334 116 101 0 16 346 107 65
Binary 110000 1001100 11011100 1001110 1000001 0 1110 11100110 1000111 110101

Color Harmonies of #304CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304CDC

Black with #304CDC

Text Example


Text Example

White with #304CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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