Html Css Color HEX #30467C Resolution Blue

📋 copy color: '#30467C'

red 48 ◦ green 70 ◦ blue 124

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

Shades of Resolution Blue #30467C

Tints of Resolution Blue #30467C

RGB

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

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

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

R = 19.83%
G = 28.93%
B = 51.24%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30467C (or 0x30467C) is known color: Resolution Blue. HEX triplet: 30, 46 and 7C. RGB value is (48,70,124). Sum of RGB (Red+Green+Blue) = 48+70+124=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #30467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30467C is #CFB983. Grayscale: #454545. Windows color (decimal): -13613444 or 8144432. OLE color: 8144432.

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

Color convert

RGB 48 70 124 -
CMYK 0.61 0.44 0 0.51
HSL 222.63º 0.44% 0.34% -
HSV(B) 222.63º 0.61% 0.49% -
XYZ 7.05 6.46 19.95 -
YUV 69.58 158.71 112.61 -
System Red Green Blue C M Y K H S L
Decimal 48 70 124 0.61 0.44 0 0.51 222.63 0.44 0.34
Hex 30 46 7C 3D 2C 0 33 DF 2C 22
Octal 60 106 174 75 54 0 63 337 54 42
Binary 110000 1000110 1111100 111101 101100 0 110011 11011111 101100 100010

Color Harmonies of #30467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30467C

Black with #30467C

Text Example


Text Example

White with #30467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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