Html Css Color HEX #304275 Resolution Blue

📋 copy color: '#304275'

red 48 ◦ green 66 ◦ blue 117

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

Shades of Resolution Blue #304275

Tints of Resolution Blue #304275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.57%

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

R = 20.78%
G = 28.57%
B = 50.65%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#304275 (or 0x304275) is known color: Resolution Blue. HEX triplet: 30, 42 and 75. RGB value is (48,66,117). Sum of RGB (Red+Green+Blue) = 48+66+117=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #304275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304275 is #CFBD8A. Grayscale: #424242. Windows color (decimal): -13614475 or 7684656. OLE color: 7684656.

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

Color convert

RGB 48 66 117 -
CMYK 0.59 0.44 0 0.54
HSL 224.35º 0.42% 0.32% -
HSV(B) 224.35º 0.59% 0.46% -
XYZ 6.38 5.81 17.61 -
YUV 66.43 156.54 114.85 -
System Red Green Blue C M Y K H S L
Decimal 48 66 117 0.59 0.44 0 0.54 224.35 0.42 0.32
Hex 30 42 75 3B 2C 0 36 E0 2A 20
Octal 60 102 165 73 54 0 66 340 52 40
Binary 110000 1000010 1110101 111011 101100 0 110110 11100000 101010 100000

Color Harmonies of #304275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304275

Black with #304275

Text Example


Text Example

White with #304275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304275; }

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

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

background-color css

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

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

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

border-color css

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

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

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