Html Css Color HEX #304570 Resolution Blue

📋 copy color: '#304570'

red 48 ◦ green 69 ◦ blue 112

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

Shades of Resolution Blue #304570

Tints of Resolution Blue #304570

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.13%

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

R = 20.96%
G = 30.13%
B = 48.91%

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

#304570 (or 0x304570) is known color: Resolution Blue. HEX triplet: 30, 45 and 70. RGB value is (48,69,112). Sum of RGB (Red+Green+Blue) = 48+69+112=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #304570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304570 is #CFBA8F. Grayscale: #434343. Windows color (decimal): -13613712 or 7357744. OLE color: 7357744.

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

Color convert

RGB 48 69 112 -
CMYK 0.57 0.38 0 0.56
HSL 220.31º 0.4% 0.31% -
HSV(B) 220.31º 0.57% 0.44% -
XYZ 6.27 6.05 16.17 -
YUV 67.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 48 69 112 0.57 0.38 0 0.56 220.31 0.4 0.31
Hex 30 45 70 39 26 0 38 DC 28 1F
Octal 60 105 160 71 46 0 70 334 50 37
Binary 110000 1000101 1110000 111001 100110 0 111000 11011100 101000 11111

Color Harmonies of #304570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304570

Black with #304570

Text Example


Text Example

White with #304570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304570; }

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

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

background-color css

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

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

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

border-color css

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

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

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