Html Css Color HEX #30487E Fun Blue

📋 copy color: '#30487E'

red 48 ◦ green 72 ◦ blue 126

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

Shades of Fun Blue #30487E

Tints of Fun Blue #30487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.27%

 BLUE value IS 126 (49.61% from 255) = 51.22%

R = 19.51%
G = 29.27%
B = 51.22%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30487E (or 0x30487E) is known color: Fun Blue. HEX triplet: 30, 48 and 7E. RGB value is (48,72,126). Sum of RGB (Red+Green+Blue) = 48+72+126=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #30487E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30487E is #CFB781. Grayscale: #464646. Windows color (decimal): -13612930 or 8276016. OLE color: 8276016.

HSL color Cylindrical-coordinate representation of color #30487E: hue angle of 221.54º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30487E is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 72 126 -
CMYK 0.62 0.43 0 0.51
HSL 221.54º 0.45% 0.34% -
HSV(B) 221.54º 0.62% 0.49% -
XYZ 7.3 6.77 20.66 -
YUV 70.98 159.05 111.61 -
System Red Green Blue C M Y K H S L
Decimal 48 72 126 0.62 0.43 0 0.51 221.54 0.45 0.34
Hex 30 48 7E 3E 2B 0 33 DE 2D 22
Octal 60 110 176 76 53 0 63 336 55 42
Binary 110000 1001000 1111110 111110 101011 0 110011 11011110 101101 100010

Color Harmonies of #30487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30487E

Black with #30487E

Text Example


Text Example

White with #30487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30487E; }

 p { color: rgb(48,72,126); }

 H1.HeaderClassName
 {
   color: #30487E;
 }
 .AnyTagClassName
 {
   color: #30487E;
 }
</style>

background-color css

<style>
 a { background-color: #30487E; }

 a { background-color: rgb(48,72,126); }

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

border-color css

<style>
 span { border-color: #30487E; }

 span { border-color: rgb(48,72,126); }

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