Html Css Color HEX #30467E Fun Blue

📋 copy color: '#30467E'

red 48 ◦ green 70 ◦ blue 126

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

Shades of Fun Blue #30467E

Tints of Fun Blue #30467E

RGB

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

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

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

R = 19.67%
G = 28.69%
B = 51.64%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30467E (or 0x30467E) is known color: Fun Blue. HEX triplet: 30, 46 and 7E. RGB value is (48,70,126). Sum of RGB (Red+Green+Blue) = 48+70+126=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 126 (49.61% from 255 or 51.64% from 244); Max value from RGB is 126 - color contains mainly: blue. Hex color #30467E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30467E is #CFB981. Grayscale: #454545. Windows color (decimal): -13613442 or 8275504. OLE color: 8275504.

HSL color Cylindrical-coordinate representation of color #30467E: hue angle of 223.08º 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 #30467E is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 70 126 -
CMYK 0.62 0.44 0 0.51
HSL 223.08º 0.45% 0.34% -
HSV(B) 223.08º 0.62% 0.49% -
XYZ 7.17 6.52 20.62 -
YUV 69.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 48 70 126 0.62 0.44 0 0.51 223.08 0.45 0.34
Hex 30 46 7E 3E 2C 0 33 DF 2D 22
Octal 60 106 176 76 54 0 63 337 55 42
Binary 110000 1000110 1111110 111110 101100 0 110011 11011111 101101 100010

Color Harmonies of #30467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30467E

Black with #30467E

Text Example


Text Example

White with #30467E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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