Html Css Color HEX #304675 Resolution Blue

📋 copy color: '#304675'

red 48 ◦ green 70 ◦ blue 117

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

Shades of Resolution Blue #304675

Tints of Resolution Blue #304675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.79%

R = 20.43%
G = 29.79%
B = 49.79%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#304675 (or 0x304675) is known color: Resolution Blue. HEX triplet: 30, 46 and 75. RGB value is (48,70,117). Sum of RGB (Red+Green+Blue) = 48+70+117=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #304675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304675 is #CFB98A. Grayscale: #444444. Windows color (decimal): -13613451 or 7685680. OLE color: 7685680.

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

Color convert

RGB 48 70 117 -
CMYK 0.59 0.40 0 0.54
HSL 220.87º 0.42% 0.32% -
HSV(B) 220.87º 0.59% 0.46% -
XYZ 6.62 6.29 17.7 -
YUV 68.78 155.21 113.18 -
System Red Green Blue C M Y K H S L
Decimal 48 70 117 0.59 0.40 0 0.54 220.87 0.42 0.32
Hex 30 46 75 3B 28 0 36 DD 2A 20
Octal 60 106 165 73 50 0 66 335 52 40
Binary 110000 1000110 1110101 111011 101000 0 110110 11011101 101010 100000

Color Harmonies of #304675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304675

Black with #304675

Text Example


Text Example

White with #304675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304675; }

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

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

background-color css

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

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

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

border-color css

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

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

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