Html Css Color HEX #304575 Resolution Blue

📋 copy color: '#304575'

red 48 ◦ green 69 ◦ blue 117

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

Shades of Resolution Blue #304575

Tints of Resolution Blue #304575

RGB

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

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

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

R = 20.51%
G = 29.49%
B = 50%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#304575 (or 0x304575) is known color: Resolution Blue. HEX triplet: 30, 45 and 75. RGB value is (48,69,117). Sum of RGB (Red+Green+Blue) = 48+69+117=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #304575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304575 is #CFBA8A. Grayscale: #434343. Windows color (decimal): -13613707 or 7685424. OLE color: 7685424.

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

Color convert

RGB 48 69 117 -
CMYK 0.59 0.41 0 0.54
HSL 221.74º 0.42% 0.32% -
HSV(B) 221.74º 0.59% 0.46% -
XYZ 6.56 6.17 17.67 -
YUV 68.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 48 69 117 0.59 0.41 0 0.54 221.74 0.42 0.32
Hex 30 45 75 3B 29 0 36 DE 2A 20
Octal 60 105 165 73 51 0 66 336 52 40
Binary 110000 1000101 1110101 111011 101001 0 110110 11011110 101010 100000

Color Harmonies of #304575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304575

Black with #304575

Text Example


Text Example

White with #304575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304575; }

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

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

background-color css

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

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

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

border-color css

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

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

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