Html Css Color HEX #303FDA Free Speech Blue

📋 copy color: '#303FDA'

red 48 ◦ green 63 ◦ blue 218

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

Shades of Free Speech Blue #303FDA

Tints of Free Speech Blue #303FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.26%

R = 14.59%
G = 19.15%
B = 66.26%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#303FDA (or 0x303FDA) is known color: Free Speech Blue. HEX triplet: 30, 3F and DA. RGB value is (48,63,218). Sum of RGB (Red+Green+Blue) = 48+63+218=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #303FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FDA is #CFC025. Grayscale: #4B4B4B. Windows color (decimal): -13615142 or 14303024. OLE color: 14303024.

HSL color Cylindrical-coordinate representation of color #303FDA: hue angle of 234.71º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #303FDA is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 63 218 -
CMYK 0.78 0.71 0 0.15
HSL 234.71º 0.7% 0.52% -
HSV(B) 234.71º 0.78% 0.85% -
XYZ 15.65 9.25 67.29 -
YUV 76.19 208.03 107.9 -
System Red Green Blue C M Y K H S L
Decimal 48 63 218 0.78 0.71 0 0.15 234.71 0.7 0.52
Hex 30 3F DA 4E 47 0 F EB 46 34
Octal 60 77 332 116 107 0 17 353 106 64
Binary 110000 111111 11011010 1001110 1000111 0 1111 11101011 1000110 110100

Color Harmonies of #303FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303FDA

Black with #303FDA

Text Example


Text Example

White with #303FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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