Html Css Color HEX #304674 Resolution Blue

📋 copy color: '#304674'

red 48 ◦ green 70 ◦ blue 116

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

Shades of Resolution Blue #304674

Tints of Resolution Blue #304674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.57%

R = 20.51%
G = 29.91%
B = 49.57%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#304674 (or 0x304674) is known color: Resolution Blue. HEX triplet: 30, 46 and 74. RGB value is (48,70,116). Sum of RGB (Red+Green+Blue) = 48+70+116=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #304674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304674 is #CFB98B. Grayscale: #444444. Windows color (decimal): -13613452 or 7620144. OLE color: 7620144.

HSL color Cylindrical-coordinate representation of color #304674: hue angle of 220.59º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304674 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 70 116 -
CMYK 0.59 0.40 0 0.55
HSL 220.59º 0.41% 0.32% -
HSV(B) 220.59º 0.59% 0.45% -
XYZ 6.56 6.27 17.39 -
YUV 68.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 48 70 116 0.59 0.40 0 0.55 220.59 0.41 0.32
Hex 30 46 74 3B 28 0 37 DD 29 20
Octal 60 106 164 73 50 0 67 335 51 40
Binary 110000 1000110 1110100 111011 101000 0 110111 11011101 101001 100000

Color Harmonies of #304674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304674

Black with #304674

Text Example


Text Example

White with #304674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304674; }

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

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

background-color css

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

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

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

border-color css

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

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

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