Html Css Color HEX #30487C Fun Blue

📋 copy color: '#30487C'

red 48 ◦ green 72 ◦ blue 124

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

Shades of Fun Blue #30487C

Tints of Fun Blue #30487C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 50.82%

R = 19.67%
G = 29.51%
B = 50.82%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30487C (or 0x30487C) is known color: Fun Blue. HEX triplet: 30, 48 and 7C. RGB value is (48,72,124). Sum of RGB (Red+Green+Blue) = 48+72+124=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #30487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30487C is #CFB783. Grayscale: #464646. Windows color (decimal): -13612932 or 8144944. OLE color: 8144944.

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

Color convert

RGB 48 72 124 -
CMYK 0.61 0.42 0 0.51
HSL 221.05º 0.44% 0.34% -
HSV(B) 221.05º 0.61% 0.49% -
XYZ 7.17 6.72 19.99 -
YUV 70.75 158.05 111.77 -
System Red Green Blue C M Y K H S L
Decimal 48 72 124 0.61 0.42 0 0.51 221.05 0.44 0.34
Hex 30 48 7C 3D 2A 0 33 DD 2C 22
Octal 60 110 174 75 52 0 63 335 54 42
Binary 110000 1001000 1111100 111101 101010 0 110011 11011101 101100 100010

Color Harmonies of #30487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30487C

Black with #30487C

Text Example


Text Example

White with #30487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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