Html Css Color HEX #384379 Resolution Blue

📋 copy color: '#384379'

red 56 ◦ green 67 ◦ blue 121

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

Shades of Resolution Blue #384379

Tints of Resolution Blue #384379

RGB

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

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

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

R = 22.95%
G = 27.46%
B = 49.59%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#384379 (or 0x384379) is known color: Resolution Blue. HEX triplet: 38, 43 and 79. RGB value is (56,67,121). Sum of RGB (Red+Green+Blue) = 56+67+121=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #384379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384379 is #C7BC86. Grayscale: #454545. Windows color (decimal): -13089927 or 7947064. OLE color: 7947064.

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

Color convert

RGB 56 67 121 -
CMYK 0.54 0.45 0 0.53
HSL 229.85º 0.37% 0.35% -
HSV(B) 229.85º 0.54% 0.47% -
XYZ 7.09 6.24 18.92 -
YUV 69.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 56 67 121 0.54 0.45 0 0.53 229.85 0.37 0.35
Hex 38 43 79 36 2D 0 35 E6 25 23
Octal 70 103 171 66 55 0 65 346 45 43
Binary 111000 1000011 1111001 110110 101101 0 110101 11100110 100101 100011

Color Harmonies of #384379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384379

Black with #384379

Text Example


Text Example

White with #384379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384379; }

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

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

background-color css

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

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

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

border-color css

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

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

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