Html Css Color HEX #30467F Fun Blue

📋 copy color: '#30467F'

red 48 ◦ green 70 ◦ blue 127

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

Shades of Fun Blue #30467F

Tints of Fun Blue #30467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.57%

 BLUE value IS 127 (50% from 255) = 51.84%

R = 19.59%
G = 28.57%
B = 51.84%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#30467F (or 0x30467F) is known color: Fun Blue. HEX triplet: 30, 46 and 7F. RGB value is (48,70,127). Sum of RGB (Red+Green+Blue) = 48+70+127=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #30467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30467F is #CFB980. Grayscale: #454545. Windows color (decimal): -13613441 or 8341040. OLE color: 8341040.

HSL color Cylindrical-coordinate representation of color #30467F: hue angle of 223.29º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30467F is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 70 127 -
CMYK 0.62 0.45 0 0.50
HSL 223.29º 0.45% 0.34% -
HSV(B) 223.29º 0.62% 0.5% -
XYZ 7.24 6.54 20.96 -
YUV 69.92 160.21 112.37 -
System Red Green Blue C M Y K H S L
Decimal 48 70 127 0.62 0.45 0 0.50 223.29 0.45 0.34
Hex 30 46 7F 3E 2D 0 32 DF 2D 22
Octal 60 106 177 76 55 0 62 337 55 42
Binary 110000 1000110 1111111 111110 101101 0 110010 11011111 101101 100010

Color Harmonies of #30467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30467F

Black with #30467F

Text Example


Text Example

White with #30467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30467F; }

 p { color: rgb(48,70,127); }

 H1.HeaderClassName
 {
   color: #30467F;
 }
 .AnyTagClassName
 {
   color: #30467F;
 }
</style>

background-color css

<style>
 a { background-color: #30467F; }

 a { background-color: rgb(48,70,127); }

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

border-color css

<style>
 span { border-color: #30467F; }

 span { border-color: rgb(48,70,127); }

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