Html Css Color HEX #304670 Resolution Blue

📋 copy color: '#304670'

red 48 ◦ green 70 ◦ blue 112

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

Shades of Resolution Blue #304670

Tints of Resolution Blue #304670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.7%

R = 20.87%
G = 30.43%
B = 48.7%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#304670 (or 0x304670) is known color: Resolution Blue. HEX triplet: 30, 46 and 70. RGB value is (48,70,112). Sum of RGB (Red+Green+Blue) = 48+70+112=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #304670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304670 is #CFB98F. Grayscale: #444444. Windows color (decimal): -13613456 or 7358000. OLE color: 7358000.

HSL color Cylindrical-coordinate representation of color #304670: hue angle of 219.38º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #304670 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 70 112 -
CMYK 0.57 0.38 0 0.56
HSL 219.38º 0.4% 0.31% -
HSV(B) 219.38º 0.57% 0.44% -
XYZ 6.33 6.18 16.19 -
YUV 68.21 152.71 113.58 -
System Red Green Blue C M Y K H S L
Decimal 48 70 112 0.57 0.38 0 0.56 219.38 0.4 0.31
Hex 30 46 70 39 26 0 38 DB 28 1F
Octal 60 106 160 71 46 0 70 333 50 37
Binary 110000 1000110 1110000 111001 100110 0 111000 11011011 101000 11111

Color Harmonies of #304670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304670

Black with #304670

Text Example


Text Example

White with #304670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304670; }

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

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

background-color css

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

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

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

border-color css

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

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

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