Html Css Color HEX #304075 Resolution Blue

📋 copy color: '#304075'

red 48 ◦ green 64 ◦ blue 117

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

Shades of Resolution Blue #304075

Tints of Resolution Blue #304075

RGB

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

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

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

R = 20.96%
G = 27.95%
B = 51.09%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#304075 (or 0x304075) is known color: Resolution Blue. HEX triplet: 30, 40 and 75. RGB value is (48,64,117). Sum of RGB (Red+Green+Blue) = 48+64+117=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #304075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304075 is #CFBF8A. Grayscale: #414141. Windows color (decimal): -13614987 or 7684144. OLE color: 7684144.

HSL color Cylindrical-coordinate representation of color #304075: hue angle of 226.09º 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 #304075 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 64 117 -
CMYK 0.59 0.45 0 0.54
HSL 226.09º 0.42% 0.32% -
HSV(B) 226.09º 0.59% 0.46% -
XYZ 6.26 5.58 17.58 -
YUV 65.26 157.2 115.69 -
System Red Green Blue C M Y K H S L
Decimal 48 64 117 0.59 0.45 0 0.54 226.09 0.42 0.32
Hex 30 40 75 3B 2D 0 36 E2 2A 20
Octal 60 100 165 73 55 0 66 342 52 40
Binary 110000 1000000 1110101 111011 101101 0 110110 11100010 101010 100000

Color Harmonies of #304075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304075

Black with #304075

Text Example


Text Example

White with #304075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304075; }

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

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

background-color css

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

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

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

border-color css

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

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

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