Html Css Color HEX #304376 Resolution Blue

📋 copy color: '#304376'

red 48 ◦ green 67 ◦ blue 118

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

Shades of Resolution Blue #304376

Tints of Resolution Blue #304376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.64%

R = 20.6%
G = 28.76%
B = 50.64%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#304376 (or 0x304376) is known color: Resolution Blue. HEX triplet: 30, 43 and 76. RGB value is (48,67,118). Sum of RGB (Red+Green+Blue) = 48+67+118=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #304376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304376 is #CFBC89. Grayscale: #424242. Windows color (decimal): -13614218 or 7750448. OLE color: 7750448.

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

Color convert

RGB 48 67 118 -
CMYK 0.59 0.43 0 0.54
HSL 223.71º 0.42% 0.33% -
HSV(B) 223.71º 0.59% 0.46% -
XYZ 6.5 5.95 17.95 -
YUV 67.13 156.71 114.35 -
System Red Green Blue C M Y K H S L
Decimal 48 67 118 0.59 0.43 0 0.54 223.71 0.42 0.33
Hex 30 43 76 3B 2B 0 36 E0 2A 21
Octal 60 103 166 73 53 0 66 340 52 41
Binary 110000 1000011 1110110 111011 101011 0 110110 11100000 101010 100001

Color Harmonies of #304376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304376

Black with #304376

Text Example


Text Example

White with #304376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304376; }

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

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

background-color css

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

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

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

border-color css

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

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

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