Html Css Color HEX #384579 Resolution Blue

📋 copy color: '#384579'

red 56 ◦ green 69 ◦ blue 121

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

Shades of Resolution Blue #384579

Tints of Resolution Blue #384579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.05%

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

R = 22.76%
G = 28.05%
B = 49.19%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#384579 (or 0x384579) is known color: Resolution Blue. HEX triplet: 38, 45 and 79. RGB value is (56,69,121). Sum of RGB (Red+Green+Blue) = 56+69+121=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #384579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384579 is #C7BA86. Grayscale: #464646. Windows color (decimal): -13089415 or 7947576. OLE color: 7947576.

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

Color convert

RGB 56 69 121 -
CMYK 0.54 0.43 0 0.53
HSL 228º 0.37% 0.35% -
HSV(B) 228º 0.54% 0.47% -
XYZ 7.21 6.48 18.96 -
YUV 71.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 56 69 121 0.54 0.43 0 0.53 228 0.37 0.35
Hex 38 45 79 36 2B 0 35 E4 25 23
Octal 70 105 171 66 53 0 65 344 45 43
Binary 111000 1000101 1111001 110110 101011 0 110101 11100100 100101 100011

Color Harmonies of #384579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384579

Black with #384579

Text Example


Text Example

White with #384579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384579; }

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

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

background-color css

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

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

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

border-color css

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

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

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