Html Css Color HEX #303BDD Free Speech Blue

📋 copy color: '#303BDD'

red 48 ◦ green 59 ◦ blue 221

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

Shades of Free Speech Blue #303BDD

Tints of Free Speech Blue #303BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.99%

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

R = 14.63%
G = 17.99%
B = 67.38%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#303BDD (or 0x303BDD) is known color: Free Speech Blue. HEX triplet: 30, 3B and DD. RGB value is (48,59,221). Sum of RGB (Red+Green+Blue) = 48+59+221=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 221 (86.72% from 255 or 67.38% from 328); Max value from RGB is 221 - color contains mainly: blue. Hex color #303BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303BDD is #CFC422. Grayscale: #494949. Windows color (decimal): -13616163 or 14498608. OLE color: 14498608.

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

Color convert

RGB 48 59 221 -
CMYK 0.78 0.73 0 0.13
HSL 236.19º 0.72% 0.53% -
HSV(B) 236.19º 0.78% 0.87% -
XYZ 15.83 8.98 69.3 -
YUV 74.18 210.86 109.33 -
System Red Green Blue C M Y K H S L
Decimal 48 59 221 0.78 0.73 0 0.13 236.19 0.72 0.53
Hex 30 3B DD 4E 49 0 D EC 48 35
Octal 60 73 335 116 111 0 15 354 110 65
Binary 110000 111011 11011101 1001110 1001001 0 1101 11101100 1001000 110101

Color Harmonies of #303BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303BDD

Black with #303BDD

Text Example


Text Example

White with #303BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303BDD; }

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

 H1.HeaderClassName
 {
   color: #303BDD;
 }
 .AnyTagClassName
 {
   color: #303BDD;
 }
</style>

background-color css

<style>
 a { background-color: #303BDD; }

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

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

border-color css

<style>
 span { border-color: #303BDD; }

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

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