Html Css Color HEX #304170 Resolution Blue

📋 copy color: '#304170'

red 48 ◦ green 65 ◦ blue 112

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

Shades of Resolution Blue #304170

Tints of Resolution Blue #304170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.89%

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

R = 21.33%
G = 28.89%
B = 49.78%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#304170 (or 0x304170) is known color: Resolution Blue. HEX triplet: 30, 41 and 70. RGB value is (48,65,112). Sum of RGB (Red+Green+Blue) = 48+65+112=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #304170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304170 is #CFBE8F. Grayscale: #414141. Windows color (decimal): -13614736 or 7356720. OLE color: 7356720.

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

Color convert

RGB 48 65 112 -
CMYK 0.57 0.42 0 0.56
HSL 224.06º 0.4% 0.31% -
HSV(B) 224.06º 0.57% 0.44% -
XYZ 6.03 5.58 16.09 -
YUV 65.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 48 65 112 0.57 0.42 0 0.56 224.06 0.4 0.31
Hex 30 41 70 39 2A 0 38 E0 28 1F
Octal 60 101 160 71 52 0 70 340 50 37
Binary 110000 1000001 1110000 111001 101010 0 111000 11100000 101000 11111

Color Harmonies of #304170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304170

Black with #304170

Text Example


Text Example

White with #304170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304170; }

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

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

background-color css

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

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

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

border-color css

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

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

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