Html Css Color HEX #3048DD Free Speech Blue

📋 copy color: '#3048DD'

red 48 ◦ green 72 ◦ blue 221

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

Shades of Free Speech Blue #3048DD

Tints of Free Speech Blue #3048DD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.11%

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

R = 14.08%
G = 21.11%
B = 64.81%

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

#3048DD (or 0x3048DD) is known color: Free Speech Blue. HEX triplet: 30, 48 and DD. RGB value is (48,72,221). Sum of RGB (Red+Green+Blue) = 48+72+221=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #3048DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3048DD is #CFB722. Grayscale: #515151. Windows color (decimal): -13612835 or 14501936. OLE color: 14501936.

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

Color convert

RGB 48 72 221 -
CMYK 0.78 0.67 0 0.13
HSL 231.68º 0.72% 0.53% -
HSV(B) 231.68º 0.78% 0.87% -
XYZ 16.59 10.48 69.56 -
YUV 81.81 206.55 103.88 -
System Red Green Blue C M Y K H S L
Decimal 48 72 221 0.78 0.67 0 0.13 231.68 0.72 0.53
Hex 30 48 DD 4E 43 0 D E8 48 35
Octal 60 110 335 116 103 0 15 350 110 65
Binary 110000 1001000 11011101 1001110 1000011 0 1101 11101000 1001000 110101

Color Harmonies of #3048DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3048DD

Black with #3048DD

Text Example


Text Example

White with #3048DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3048DD; }

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

 H1.HeaderClassName
 {
   color: #3048DD;
 }
 .AnyTagClassName
 {
   color: #3048DD;
 }
</style>

background-color css

<style>
 a { background-color: #3048DD; }

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

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

border-color css

<style>
 span { border-color: #3048DD; }

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

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