Html Css Color HEX #304373 Resolution Blue

📋 copy color: '#304373'

red 48 ◦ green 67 ◦ blue 115

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

Shades of Resolution Blue #304373

Tints of Resolution Blue #304373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.13%

 BLUE value IS 115 (45.31% from 255) = 50%

R = 20.87%
G = 29.13%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#304373 (or 0x304373) is known color: Resolution Blue. HEX triplet: 30, 43 and 73. RGB value is (48,67,115). Sum of RGB (Red+Green+Blue) = 48+67+115=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #304373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304373 is #CFBC8C. Grayscale: #424242. Windows color (decimal): -13614221 or 7553840. OLE color: 7553840.

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

Color convert

RGB 48 67 115 -
CMYK 0.58 0.42 0 0.55
HSL 222.99º 0.41% 0.32% -
HSV(B) 222.99º 0.58% 0.45% -
XYZ 6.32 5.88 17.02 -
YUV 66.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 48 67 115 0.58 0.42 0 0.55 222.99 0.41 0.32
Hex 30 43 73 3A 2A 0 37 DF 29 20
Octal 60 103 163 72 52 0 67 337 51 40
Binary 110000 1000011 1110011 111010 101010 0 110111 11011111 101001 100000

Color Harmonies of #304373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304373

Black with #304373

Text Example


Text Example

White with #304373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304373; }

 p { color: rgb(48,67,115); }

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

background-color css

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

 a { background-color: rgb(48,67,115); }

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

border-color css

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

 span { border-color: rgb(48,67,115); }

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