Html Css Color HEX #303FE1 Free Speech Blue

📋 copy color: '#303FE1'

red 48 ◦ green 63 ◦ blue 225

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

Shades of Free Speech Blue #303FE1

Tints of Free Speech Blue #303FE1

RGB

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

 GREEN value IS 63 (25% from 255) = 18.75%

 BLUE value IS 225 (88.28% from 255) = 66.96%

R = 14.29%
G = 18.75%
B = 66.96%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#303FE1 (or 0x303FE1) is known color: Free Speech Blue. HEX triplet: 30, 3F and E1. RGB value is (48,63,225). Sum of RGB (Red+Green+Blue) = 48+63+225=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 225 (88.28% from 255 or 66.96% from 336); Max value from RGB is 225 - color contains mainly: blue. Hex color #303FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FE1 is #CFC01E. Grayscale: #4C4C4C. Windows color (decimal): -13615135 or 14761776. OLE color: 14761776.

HSL color Cylindrical-coordinate representation of color #303FE1: hue angle of 234.92º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #303FE1 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 63 225 -
CMYK 0.79 0.72 0 0.12
HSL 234.92º 0.75% 0.54% -
HSV(B) 234.92º 0.79% 0.88% -
XYZ 16.59 9.62 72.22 -
YUV 76.98 211.53 107.33 -
System Red Green Blue C M Y K H S L
Decimal 48 63 225 0.79 0.72 0 0.12 234.92 0.75 0.54
Hex 30 3F E1 4F 48 0 C EB 4B 36
Octal 60 77 341 117 110 0 14 353 113 66
Binary 110000 111111 11100001 1001111 1001000 0 1100 11101011 1001011 110110

Color Harmonies of #303FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303FE1

Black with #303FE1

Text Example


Text Example

White with #303FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,63,225); }

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

background-color css

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

 a { background-color: rgb(48,63,225); }

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

border-color css

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

 span { border-color: rgb(48,63,225); }

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