Html Css Color HEX #303CDC Free Speech Blue

📋 copy color: '#303CDC'

red 48 ◦ green 60 ◦ blue 220

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

Shades of Free Speech Blue #303CDC

Tints of Free Speech Blue #303CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.29%

 BLUE value IS 220 (86.33% from 255) = 67.07%

R = 14.63%
G = 18.29%
B = 67.07%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#303CDC (or 0x303CDC) is known color: Free Speech Blue. HEX triplet: 30, 3C and DC. RGB value is (48,60,220). Sum of RGB (Red+Green+Blue) = 48+60+220=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #303CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303CDC is #CFC323. Grayscale: #4A4A4A. Windows color (decimal): -13615908 or 14433328. OLE color: 14433328.

HSL color Cylindrical-coordinate representation of color #303CDC: hue angle of 235.81º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #303CDC is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 60 220 -
CMYK 0.78 0.73 0 0.14
HSL 235.81º 0.71% 0.53% -
HSV(B) 235.81º 0.78% 0.86% -
XYZ 15.75 9.03 68.62 -
YUV 74.65 210.02 108.99 -
System Red Green Blue C M Y K H S L
Decimal 48 60 220 0.78 0.73 0 0.14 235.81 0.71 0.53
Hex 30 3C DC 4E 49 0 E EC 47 35
Octal 60 74 334 116 111 0 16 354 107 65
Binary 110000 111100 11011100 1001110 1001001 0 1110 11101100 1000111 110101

Color Harmonies of #303CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303CDC

Black with #303CDC

Text Example


Text Example

White with #303CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,60,220); }

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

background-color css

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

 a { background-color: rgb(48,60,220); }

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

border-color css

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

 span { border-color: rgb(48,60,220); }

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