Html Css Color HEX #30466D Resolution Blue

📋 copy color: '#30466D'

red 48 ◦ green 70 ◦ blue 109

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

Shades of Resolution Blue #30466D

Tints of Resolution Blue #30466D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.02%

R = 21.15%
G = 30.84%
B = 48.02%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30466D (or 0x30466D) is known color: Resolution Blue. HEX triplet: 30, 46 and 6D. RGB value is (48,70,109). Sum of RGB (Red+Green+Blue) = 48+70+109=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #30466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30466D is #CFB992. Grayscale: #434343. Windows color (decimal): -13613459 or 7161392. OLE color: 7161392.

HSL color Cylindrical-coordinate representation of color #30466D: hue angle of 218.36º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30466D is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 70 109 -
CMYK 0.56 0.36 0 0.57
HSL 218.36º 0.39% 0.31% -
HSV(B) 218.36º 0.56% 0.43% -
XYZ 6.17 6.11 15.32 -
YUV 67.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 48 70 109 0.56 0.36 0 0.57 218.36 0.39 0.31
Hex 30 46 6D 38 24 0 39 DA 27 1F
Octal 60 106 155 70 44 0 71 332 47 37
Binary 110000 1000110 1101101 111000 100100 0 111001 11011010 100111 11111

Color Harmonies of #30466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30466D

Black with #30466D

Text Example


Text Example

White with #30466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30466D; }

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

 H1.HeaderClassName
 {
   color: #30466D;
 }
 .AnyTagClassName
 {
   color: #30466D;
 }
</style>

background-color css

<style>
 a { background-color: #30466D; }

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

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

border-color css

<style>
 span { border-color: #30466D; }

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

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