Html Css Color HEX #30538D Fun Blue

📋 copy color: '#30538D'

red 48 ◦ green 83 ◦ blue 141

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

Shades of Fun Blue #30538D

Tints of Fun Blue #30538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.51%

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

R = 17.65%
G = 30.51%
B = 51.84%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30538D (or 0x30538D) is known color: Fun Blue. HEX triplet: 30, 53 and 8D. RGB value is (48,83,141). Sum of RGB (Red+Green+Blue) = 48+83+141=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #30538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30538D is #CFAC72. Grayscale: #4E4E4E. Windows color (decimal): -13610099 or 9261872. OLE color: 9261872.

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

Color convert

RGB 48 83 141 -
CMYK 0.66 0.41 0 0.45
HSL 217.42º 0.49% 0.37% -
HSV(B) 217.42º 0.66% 0.55% -
XYZ 9.12 8.74 26.41 -
YUV 79.15 162.9 105.78 -
System Red Green Blue C M Y K H S L
Decimal 48 83 141 0.66 0.41 0 0.45 217.42 0.49 0.37
Hex 30 53 8D 42 29 0 2D D9 31 25
Octal 60 123 215 102 51 0 55 331 61 45
Binary 110000 1010011 10001101 1000010 101001 0 101101 11011001 110001 100101

Color Harmonies of #30538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30538D

Black with #30538D

Text Example


Text Example

White with #30538D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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