Html Css Color HEX #30528D Fun Blue

📋 copy color: '#30528D'

red 48 ◦ green 82 ◦ blue 141

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

Shades of Fun Blue #30528D

Tints of Fun Blue #30528D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.26%

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

R = 17.71%
G = 30.26%
B = 52.03%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30528D (or 0x30528D) is known color: Fun Blue. HEX triplet: 30, 52 and 8D. RGB value is (48,82,141). Sum of RGB (Red+Green+Blue) = 48+82+141=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #30528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30528D is #CFAD72. Grayscale: #4E4E4E. Windows color (decimal): -13610355 or 9261616. OLE color: 9261616.

HSL color Cylindrical-coordinate representation of color #30528D: hue angle of 218.06º 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 #30528D is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 82 141 -
CMYK 0.66 0.42 0 0.45
HSL 218.06º 0.49% 0.37% -
HSV(B) 218.06º 0.66% 0.55% -
XYZ 9.04 8.59 26.38 -
YUV 78.56 163.24 106.2 -
System Red Green Blue C M Y K H S L
Decimal 48 82 141 0.66 0.42 0 0.45 218.06 0.49 0.37
Hex 30 52 8D 42 2A 0 2D DA 31 25
Octal 60 122 215 102 52 0 55 332 61 45
Binary 110000 1010010 10001101 1000010 101010 0 101101 11011010 110001 100101

Color Harmonies of #30528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30528D

Black with #30528D

Text Example


Text Example

White with #30528D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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