Html Css Color HEX #30518D Fun Blue

📋 copy color: '#30518D'

red 48 ◦ green 81 ◦ blue 141

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

Shades of Fun Blue #30518D

Tints of Fun Blue #30518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30%

 BLUE value IS 141 (55.47% from 255) = 52.22%

R = 17.78%
G = 30%
B = 52.22%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30518D (or 0x30518D) is known color: Fun Blue. HEX triplet: 30, 51 and 8D. RGB value is (48,81,141). Sum of RGB (Red+Green+Blue) = 48+81+141=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #30518D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30518D is #CFAE72. Grayscale: #4D4D4D. Windows color (decimal): -13610611 or 9261360. OLE color: 9261360.

HSL color Cylindrical-coordinate representation of color #30518D: hue angle of 218.71º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30518D is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 81 141 -
CMYK 0.66 0.43 0 0.45
HSL 218.71º 0.49% 0.37% -
HSV(B) 218.71º 0.66% 0.55% -
XYZ 8.97 8.44 26.35 -
YUV 77.97 163.57 106.62 -
System Red Green Blue C M Y K H S L
Decimal 48 81 141 0.66 0.43 0 0.45 218.71 0.49 0.37
Hex 30 51 8D 42 2B 0 2D DB 31 25
Octal 60 121 215 102 53 0 55 333 61 45
Binary 110000 1010001 10001101 1000010 101011 0 101101 11011011 110001 100101

Color Harmonies of #30518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30518D

Black with #30518D

Text Example


Text Example

White with #30518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30518D; }

 p { color: rgb(48,81,141); }

 H1.HeaderClassName
 {
   color: #30518D;
 }
 .AnyTagClassName
 {
   color: #30518D;
 }
</style>

background-color css

<style>
 a { background-color: #30518D; }

 a { background-color: rgb(48,81,141); }

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

border-color css

<style>
 span { border-color: #30518D; }

 span { border-color: rgb(48,81,141); }

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