Html Css Color HEX #304ADD Free Speech Blue

📋 copy color: '#304ADD'

red 48 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Blue #304ADD

Tints of Free Speech Blue #304ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.43%

R = 13.99%
G = 21.57%
B = 64.43%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#304ADD (or 0x304ADD) is known color: Free Speech Blue. HEX triplet: 30, 4A and DD. RGB value is (48,74,221). Sum of RGB (Red+Green+Blue) = 48+74+221=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #304ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304ADD is #CFB522. Grayscale: #525252. Windows color (decimal): -13612323 or 14502448. OLE color: 14502448.

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

Color convert

RGB 48 74 221 -
CMYK 0.78 0.67 0 0.13
HSL 230.98º 0.72% 0.53% -
HSV(B) 230.98º 0.78% 0.87% -
XYZ 16.72 10.75 69.6 -
YUV 82.98 205.89 103.05 -
System Red Green Blue C M Y K H S L
Decimal 48 74 221 0.78 0.67 0 0.13 230.98 0.72 0.53
Hex 30 4A DD 4E 43 0 D E7 48 35
Octal 60 112 335 116 103 0 15 347 110 65
Binary 110000 1001010 11011101 1001110 1000011 0 1101 11100111 1001000 110101

Color Harmonies of #304ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304ADD

Black with #304ADD

Text Example


Text Example

White with #304ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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