Html Css Color HEX #304070 Resolution Blue

📋 copy color: '#304070'

red 48 ◦ green 64 ◦ blue 112

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

Shades of Resolution Blue #304070

Tints of Resolution Blue #304070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.57%

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

R = 21.43%
G = 28.57%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#304070 (or 0x304070) is known color: Resolution Blue. HEX triplet: 30, 40 and 70. RGB value is (48,64,112). Sum of RGB (Red+Green+Blue) = 48+64+112=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #304070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304070 is #CFBF8F. Grayscale: #404040. Windows color (decimal): -13614992 or 7356464. OLE color: 7356464.

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

Color convert

RGB 48 64 112 -
CMYK 0.57 0.43 0 0.56
HSL 225º 0.4% 0.31% -
HSV(B) 225º 0.57% 0.44% -
XYZ 5.98 5.47 16.07 -
YUV 64.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 48 64 112 0.57 0.43 0 0.56 225 0.4 0.31
Hex 30 40 70 39 2B 0 38 E1 28 1F
Octal 60 100 160 71 53 0 70 341 50 37
Binary 110000 1000000 1110000 111001 101011 0 111000 11100001 101000 11111

Color Harmonies of #304070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304070

Black with #304070

Text Example


Text Example

White with #304070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304070; }

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

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

background-color css

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

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

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

border-color css

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

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

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