Html Css Color HEX #304AD6 Free Speech Blue

📋 copy color: '#304AD6'

red 48 ◦ green 74 ◦ blue 214

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

Shades of Free Speech Blue #304AD6

Tints of Free Speech Blue #304AD6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.02%

 BLUE value IS 214 (83.98% from 255) = 63.69%

R = 14.29%
G = 22.02%
B = 63.69%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#304AD6 (or 0x304AD6) is known color: Free Speech Blue. HEX triplet: 30, 4A and D6. RGB value is (48,74,214). Sum of RGB (Red+Green+Blue) = 48+74+214=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 214 (83.98% from 255 or 63.69% from 336); Max value from RGB is 214 - color contains mainly: blue. Hex color #304AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304AD6 is #CFB529. Grayscale: #515151. Windows color (decimal): -13612330 or 14043696. OLE color: 14043696.

HSL color Cylindrical-coordinate representation of color #304AD6: hue angle of 230.6º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #304AD6 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 74 214 -
CMYK 0.78 0.65 0 0.16
HSL 230.6º 0.67% 0.51% -
HSV(B) 230.6º 0.78% 0.84% -
XYZ 15.81 10.38 64.79 -
YUV 82.19 202.39 103.62 -
System Red Green Blue C M Y K H S L
Decimal 48 74 214 0.78 0.65 0 0.16 230.6 0.67 0.51
Hex 30 4A D6 4E 41 0 10 E7 43 33
Octal 60 112 326 116 101 0 20 347 103 63
Binary 110000 1001010 11010110 1001110 1000001 0 10000 11100111 1000011 110011

Color Harmonies of #304AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304AD6

Black with #304AD6

Text Example


Text Example

White with #304AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,74,214); }

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

background-color css

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

 a { background-color: rgb(48,74,214); }

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

border-color css

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

 span { border-color: rgb(48,74,214); }

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