Html Css Color HEX #30466E Resolution Blue

📋 copy color: '#30466E'

red 48 ◦ green 70 ◦ blue 110

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

Shades of Resolution Blue #30466E

Tints of Resolution Blue #30466E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.25%

R = 21.05%
G = 30.7%
B = 48.25%

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

#30466E (or 0x30466E) is known color: Resolution Blue. HEX triplet: 30, 46 and 6E. RGB value is (48,70,110). Sum of RGB (Red+Green+Blue) = 48+70+110=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #30466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30466E is #CFB991. Grayscale: #434343. Windows color (decimal): -13613458 or 7226928. OLE color: 7226928.

HSL color Cylindrical-coordinate representation of color #30466E: hue angle of 218.71º 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 #30466E is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 70 110 -
CMYK 0.56 0.36 0 0.57
HSL 218.71º 0.39% 0.31% -
HSV(B) 218.71º 0.56% 0.43% -
XYZ 6.22 6.13 15.61 -
YUV 67.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 48 70 110 0.56 0.36 0 0.57 218.71 0.39 0.31
Hex 30 46 6E 38 24 0 39 DB 27 1F
Octal 60 106 156 70 44 0 71 333 47 37
Binary 110000 1000110 1101110 111000 100100 0 111001 11011011 100111 11111

Color Harmonies of #30466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30466E

Black with #30466E

Text Example


Text Example

White with #30466E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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