Html Css Color HEX #384377 Resolution Blue

📋 copy color: '#384377'

red 56 ◦ green 67 ◦ blue 119

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

Shades of Resolution Blue #384377

Tints of Resolution Blue #384377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 49.17%

R = 23.14%
G = 27.69%
B = 49.17%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#384377 (or 0x384377) is known color: Resolution Blue. HEX triplet: 38, 43 and 77. RGB value is (56,67,119). Sum of RGB (Red+Green+Blue) = 56+67+119=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #384377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384377 is #C7BC88. Grayscale: #454545. Windows color (decimal): -13089929 or 7815992. OLE color: 7815992.

HSL color Cylindrical-coordinate representation of color #384377: hue angle of 229.52º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384377 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 67 119 -
CMYK 0.53 0.44 0 0.53
HSL 229.52º 0.36% 0.34% -
HSV(B) 229.52º 0.53% 0.47% -
XYZ 6.97 6.19 18.28 -
YUV 69.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 56 67 119 0.53 0.44 0 0.53 229.52 0.36 0.34
Hex 38 43 77 35 2C 0 35 E6 24 22
Octal 70 103 167 65 54 0 65 346 44 42
Binary 111000 1000011 1110111 110101 101100 0 110101 11100110 100100 100010

Color Harmonies of #384377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384377

Black with #384377

Text Example


Text Example

White with #384377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384377; }

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

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

background-color css

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

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

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

border-color css

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

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

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