Html Css Color HEX #384879 Resolution Blue

📋 copy color: '#384879'

red 56 ◦ green 72 ◦ blue 121

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

Shades of Resolution Blue #384879

Tints of Resolution Blue #384879

RGB

 RED value IS 56 (22.27% from 255) = 22.49%

 GREEN value IS 72 (28.52% from 255) = 28.92%

 BLUE value IS 121 (47.66% from 255) = 48.59%

R = 22.49%
G = 28.92%
B = 48.59%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#384879 (or 0x384879) is known color: Resolution Blue. HEX triplet: 38, 48 and 79. RGB value is (56,72,121). Sum of RGB (Red+Green+Blue) = 56+72+121=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #384879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384879 is #C7B786. Grayscale: #484848. Windows color (decimal): -13088647 or 7948344. OLE color: 7948344.

HSL color Cylindrical-coordinate representation of color #384879: hue angle of 225.23º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #384879 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 72 121 -
CMYK 0.54 0.40 0 0.53
HSL 225.23º 0.37% 0.35% -
HSV(B) 225.23º 0.54% 0.47% -
XYZ 7.4 6.86 19.02 -
YUV 72.8 155.2 116.02 -
System Red Green Blue C M Y K H S L
Decimal 56 72 121 0.54 0.40 0 0.53 225.23 0.37 0.35
Hex 38 48 79 36 28 0 35 E1 25 23
Octal 70 110 171 66 50 0 65 341 45 43
Binary 111000 1001000 1111001 110110 101000 0 110101 11100001 100101 100011

Color Harmonies of #384879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384879

Black with #384879

Text Example


Text Example

White with #384879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384879; }

 p { color: rgb(56,72,121); }

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

background-color css

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

 a { background-color: rgb(56,72,121); }

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

border-color css

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

 span { border-color: rgb(56,72,121); }

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